{
  "name": "productconstructortool",
  "version": "0.0.3",
  "description": "通过productConfig.json构建产品",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "babel src --out-dir lib",
    "compile-with-debug": "babel src --out-dir dist --source-maps",
    "go": "node ./lib/test.js",
    "babel": "babel-node ./src/index.js",
    "flow": "flow",
    "eslint": "eslint --init"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^5.12.0",
    "eslint-plugin-flowtype": "^3.2.1",
    "flow-bin": "^0.90.0"
  },
  "dependencies": {
    "assisttools-interfacedef": "0.0.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "reposconstructor": "0.0.1"
  }
}
