package.json
906 Bytes
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
{
"name": "@workai/build-tools",
"version": "0.0.1",
"description": "",
"main": "./src/index.js",
"bin": {
"workai": "./bin/workai"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://gitlab.workai.com.cn/fanwh/workai-build-tools.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/register": "^7.4.4",
"asyncawait": "^1.0.8",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"es-checker": "^1.4.1",
"fs-extra": "^8.1.0",
"git-clone": "^0.1.0",
"globby": "^9.2.0",
"import-cwd": "^3.0.0",
"inquirer": "^6.4.1",
"minimist": "^1.2.0",
"rimraf": "^2.6.3",
"semver": "^6.1.2",
"shelljs": "^0.8.3",
"tracer": "^0.9.8"
},
"dependencies": {}
}