package.json
795 Bytes
{
"name": "workai-build-tools",
"version": "1.0.0",
"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/register": "^7.4.4",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"es-checker": "^1.4.1",
"git-clone": "^0.1.0",
"globby": "^9.2.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": {}
}