-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "pylonn",
"version": "1.0.8",
"description": "",
"main": "index.js",
"dependencies": {
"@types/d3": "^5.0.0",
"@types/ejs": "^2.5.1",
"@types/graphviz": "0.0.30",
"@types/jest": "^22.2.2",
"@types/shelljs": "^0.7.9",
"chalk": "^2.3.2",
"commander": "^2.15.1",
"ejs": "^2.5.8",
"enhanced-resolve": "^4.0.0",
"express": "^4.16.3",
"graphviz": "0.0.8",
"inquirer": "^5.2.0",
"koa": "^2.5.0",
"lodash": "^4.17.5",
"opener": "^1.4.3",
"ora": "^2.0.0",
"precinct": "^4.0.0",
"process": "^0.11.10",
"program": "^1.0.0",
"resolve": "^1.6.0",
"shelljs": "^0.8.2",
"ts-jest": "^22.0.0",
"ts-simple-ast": "^10.2.0",
"tslib": "^1.9.1",
"typescript": "^2.8.1",
"typescript-parser": "^2.4.0",
"walkdir": "0.0.12"
},
"bin": {
"dependence": "./src/cli/index.js"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/debug": "0.0.30",
"@types/express": "^4.16.0",
"@types/lodash": "^4.14.109",
"@types/node": "^9.6.21",
"@types/opener": "^1.4.0",
"debug": "^3.1.0",
"tslint": "^5.10.0",
"tslint-react": "^3.6.0",
"tslint-sonarts": "^1.7.0"
},
"scripts": {
"test": "jest",
"build": "tsc -p tsconfig.json",
"run": "./src/cli/index.js",
"lint": "tslint --project tsconfig.json --config tslint.json --fix"
},
"author": "",
"license": "ISC"
}