forked from pboymt/autojs-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "autojs-dev",
"version": "0.7.1",
"description": "Auto.js 开发工具,包含全局类型注释,可在VSCode等编辑器使用。",
"main": "./lib/index.js",
"license": "MIT",
"types": "./types/auto.d.ts",
"bin": {
"autojs": "./bin/autojs",
"autojs-new": "./bin/autojs-new",
"autojs-cap": "./bin/autojs-cap",
"autojs-create": "./bin/autojs-create",
"autojs-build": "./bin/autojs-build",
"autojs-img": "./bin/autojs-img"
},
"scripts": {
"test": "tsc test/test --skipLibCheck --lib ES2015 --target ES5 --removeComments",
"start": "node lib/index.js"
},
"devDependencies": {
"@types/ejs": "^2.5.0",
"@types/express": "^4.11.1",
"@types/node": "^9.3.0",
"@types/webpack": "^4.4.29",
"@types/webpack-sources": "^0.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/pboymt/autojs-dev.git"
},
"dependencies": {
"adbkit": "^2.11.0",
"commander": "^2.20.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"ts-loader": "^5.4.5",
"typescript": "^3.4.5",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-sources": "^1.1.0"
}
}