{
  "name": "fengdie",
  "version": "3.1.12",
  "description": "闪蝶本地开发工具",
  "main": "index.js",
  "scripts": {
    "lint": "make lint",
    "test": "mocha --require thunk-mocha -R spec test/**/*.test.js test/**/**/*.test.js test/*.test.js",
    "cov": "istanbul cover node_modules/.bin/_mocha -- --require thunk-mocha -R spec test/**/*.test.js test/**/**/*.test.js test/*.test.js",
    "ci": "npm run cov",
    "pub": "npm version patch && npm publish && git push origin master && git push origin --tag && tnpm sync"
  },
  "keywords": [
    "闪蝶"
  ],
  "bin": {
    "fengdie": "./bin/cli.js"
  },
  "contributors": [
    "辰秋 <tudou527@gmail.com>",
    "乔花 <shengyan1985@gmail.com>"
  ],
  "license": "ISC",
  "dependencies": {
    "@alipay/morpho-schema-util": "^2.1.2",
    "atool-build": "^0.9.0",
    "chalk": "~1.1.3",
    "co": "~4.6.0",
    "commander": "^2.9.0",
    "crypto": "^0.0.3",
    "detect-port": "^1.0.5",
    "dora": "^0.4.3",
    "dora-plugin-webpack": "^0.8.1",
    "dora-plugin-webpack-hmr": "^0.2.1",
    "fengdie-ast-analysis": "^0.2.0",
    "fs-extra": "^2.0.0",
    "fs-write-stream-atomic": "^1.0.8",
    "fstream-npm": "^1.2.0",
    "glob": "~7.1.1",
    "inquirer": "~1.2.2",
    "koa-serve-index": "~1.1.0",
    "koa-static": "^2.0.0",
    "md5": "^2.2.1",
    "object-assign": "^4.1.0",
    "semver": "^5.3.0",
    "shelljs": "~0.7.5",
    "superagent": "~1.4.0",
    "tar": "^2.2.1"
  },
  "devDependencies": {
    "@ali/ci": "^4.0.0",
    "babel-eslint": "~4.1.6",
    "eslint": "~2.4.0",
    "eslint-config-anima": "^1.0.3",
    "eslint-config-egg": "~2.0.0",
    "eslint-plugin-react": "~2.3.0",
    "istanbul": "^0.4.4",
    "mocha": "~2.3.4",
    "should": "^6.0.3",
    "sinon": "~1.17.2",
    "thunk-mocha": "^1.0.8"
  },
  "engines": {
    "npm": ">=6.0.0",
    "node": ">=8.0.0"
  }
}
