-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "egg-template-helper",
"version": "1.0.3",
"description": "egg template helper",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf ./lib/* && ./node_modules/.bin/tsc",
"watch": "./node_modules/.bin/tsc -w",
"prepublish": "npm run build"
},
"bin": {
"eth": "lib/bin/eth.js"
},
"keywords": [
"egg",
"egg-template-helper"
],
"author": "keepfool",
"license": "MIT",
"devDependencies": {
"@types/chokidar": "^1.7.1",
"@types/colors": "^1.1.3",
"@types/commander": "^2.11.0",
"@types/fs-extra": "^4.0.0",
"@types/glob": "^5.0.32",
"@types/inquirer": "0.0.35",
"@types/lodash": "^4.14.71",
"@types/node": "^8.0.15",
"@types/recursive-readdir": "^1.2.28",
"egg-ts-helper": "^1.6.0",
"tslint": "^5.7.0",
"tslint-config-standard": "^6.0.1",
"typescript": "^2.4.2"
},
"dependencies": {
"change-case": "^3.0.1",
"chokidar": "^1.7.0",
"colors": "^1.1.2",
"commander": "^2.11.0",
"commitizen": "^2.9.6",
"fs-extra": "^4.0.1",
"glob": "^7.1.2",
"inquirer": "^3.3.0",
"internal": "^1.0.8",
"lerna": "^2.1.2",
"less": "^2.7.2",
"lodash": "^4.17.4",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^3.0.2",
"npmlog": "^4.1.2",
"standard-version": "^4.2.0"
}
}