-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 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
{
"name": "polea",
"version": "0.2.8",
"description": "laya 开发命令工具,当前前layaair2-cmd编译慢,并且不兼容node11以上的版本",
"repository": "https://github.com/Hunterib/polea.git",
"bin": {
"polea": "./bin/cli.js"
},
"scripts": {
"build": "tsc",
"start": "tsc -w",
"link": "npm link --force",
"publish": "cd release && npm publish",
"d.ts": "polea make"
},
"author": "hunterib",
"Email": "[email protected]",
"license": "ISC",
"dependencies": {
"@types/chokidar": "^2.1.3",
"@xmldom/xmldom": "^0.8.1",
"chalk": "^4.1.0",
"chokidar": "^3.5.2",
"commander": "^7.2.0",
"crc": "^3.8.0",
"del": "^6.0.0",
"esbuild": "^0.19.8",
"events": "^3.3.0",
"express": "^4.17.3",
"fs-extra": "^9.1.0",
"glob-parent": "^5.1.2",
"globby": "^11.0.3",
"gulp": "^4.0.2",
"gulp-jsonminify": "^1.1.0",
"gulp-rev": "^9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-uglify-es": "^2.0.0",
"iconv-lite": "^0.6.2",
"ora": "^5.4.0",
"os": "^0.1.1",
"p-limit": "^3.1.0",
"path": "^0.12.7",
"request": "^2.88.2",
"typescript": "^4.2.4",
"vm2": "^3.9.3"
},
"devDependencies": {
"@types/crc": "^3.4.0",
"@types/express": "^4.17.13",
"@types/glob-parent": "^5.1.0",
"@types/gulp": "^4.0.8",
"@types/gulp-rev": "^5.0.31",
"@types/node": "^14.14.41"
}
}