{
  "name": "art-cli-tool",
  "version": "0.0.47",
  "description": "art framework cli tool",
  "author": "Bowen Zhong",
  "license": "MIT",
  "bin": {
    "art": "./dist/index.js"
  },
  "scripts": {
    "clean": "sudo rimraf dist",
    "build": "npm run clean && cpx 'src/**/*.{json,jsx,html,less,css,png,jpg,jpeg,gif,eot,svg,ttf,woff}' ./dist && tsc -p ./tsconfig.json -w"
  },
  "dependencies": {
    "art-dev-utils": "^0.0.13",
    "art-lib-utils": "^0.0.8",
    "async": "^2.6.1",
    "chalk": "^2.4.1",
    "cpx": "^1.5.0",
    "cross-spawn": "^6.0.5",
    "empty-dir": "^1.0.0",
    "escodegen": "^1.11.0",
    "esprima": "^4.0.1",
    "fs-extra": "^7.0.0",
    "inquirer": "^6.1.0",
    "json-colorz": "^0.2.7",
    "minimatch": "^3.0.4",
    "npm-check-support-yarn": "^0.0.1",
    "preferred-pm": "^1.0.1",
    "qs": "^6.5.2",
    "replace": "^1.0.0",
    "typescript": "^3.0.1",
    "yargs": "^12.0.1"
  },
  "devDependencies": {
    "@types/async": "^2.0.49",
    "@types/cross-spawn": "^6.0.0",
    "@types/empty-dir": "^1.0.0",
    "@types/escodegen": "^0.0.6",
    "@types/esprima": "^4.0.2",
    "@types/fs-extra": "^5.0.4",
    "@types/inquirer": "^0.0.42",
    "@types/minimatch": "^3.0.3",
    "@types/node": "^10.5.6",
    "@types/qs": "^6.5.1",
    "@types/yargs": "^11.1.1",
    "ts-node": "^7.0.0"
  },
  "gitHead": "471f1503e133ba687832d44df6e8e4a6b4fc3ea4"
}
