{
  "name": "fengdie-cli",
  "version": "3.7.0",
  "description": "fengdie cli tool",
  "scripts": {
    "build": "cross-env BABEL_ENV=publish babel src --out-dir lib --ignore /__tests__/",
    "pkg": "pkg ./lib/scripts/pkg.js --config ./package.json",
    "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir lib --ignore /__tests__/"
  },
  "bin": {
    "fd": "./bin/fd.js",
    "cli": "./lib/scripts/pkg.js"
  },
  "pkg": {
    "scripts": [
      "node_modules/babel-runtime/**/*.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.alipay-inc.com:ant-devtool/cli.git"
  },
  "keywords": [
    "vol-cli",
    "fengdie-cli",
    "devtool",
    "ide"
  ],
  "author": "pigcan <jiangjay818@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "^7.1.5",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "case-sensitive-paths-webpack-plugin": "^2.1.1",
    "chokidar": "^1.7.0",
    "cross-spawn": "^5.1.0",
    "css-loader": "^0.28.7",
    "extract-text-webpack-plugin": "^3.0.1",
    "fengdie-component-loader": "^2.1.4",
    "file-loader": "^1.1.5",
    "gulp-chmod": "^2.0.0",
    "gulp-file": "^0.3.0",
    "gulp-filter": "^5.0.1",
    "gulp-gzip": "^1.4.0",
    "gulp-rename": "^1.2.2",
    "gulp-tar": "^2.0.0",
    "gulp-util": "^3.0.8",
    "ide-util": "3.7.0",
    "ide-webpack-common": "3.7.0",
    "ignore": "^3.3.7",
    "inquirer": "^3.3.0",
    "less": "^2.7.3",
    "less-loader": "^4.0.5",
    "map-stream": "^0.0.7",
    "md5": "^2.2.1",
    "postcss-loader": "^2.0.7",
    "schema-util": "^3.1.3",
    "style-loader": "^0.19.0",
    "svg-sprite-loader": "^0.3.1",
    "unzip": "^0.1.11",
    "url-loader": "^0.6.2",
    "vinyl-fs": "^2.4.4",
    "yargs": "^9.0.1"
  },
  "files": [
    "bin",
    "lib"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "cross-env": "^5.1.6",
    "pkg": "^4.3.0-beta.5"
  }
}
