package.json 906 Bytes
{
  "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": {}
}