{
  "name": "api-fet",
  "version": "0.2.5",
  "description": "The mock-api-cl command line utility.",
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "mock-api-cli": "./src/cli.js",
    "mac": "./src/cli.js"
  },
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "start": "npm run dev",
    "dev": "babel-node src",
    "cmd": "./bin/index -p 3001 ",
    "build": "rm -rf lib && babel src --out-dir lib",
    "test": "nodemon  test/start.js"
  },
  "keywords": [
    "mock-api",
    "mock-api-cli",
    "mock",
    "api",
    "rest",
    "json",
    "fe",
    "restapi",
    "cors",
    "iceyang",
    "mockapi",
    "restfulapi"
  ],
  "author": {
    "name": "iceyang",
    "email": "iceyangcc@sina.com",
    "url": "https://iceyangcc.github.io/"
  },
  "homepage": "https://github.com/iceyangcc",
  "bugs": {
    "url": "https://github.com/iceyangcc"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/iceyangcc"
  },
  "maintainers": [
    {
      "name": "iceyangcc",
      "email": "iceyangcc@sina.com"
    }
  ],
  "engines": {
    "node": ">=8.4.7"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "~6.5.0",
    "babel-runtime": "^6.9.2"
  },
  "dependencies": {
    "address": "^1.0.3",
    "body-parser": "^1.16.0",
    "chalk": "^2.3.0",
    "cli-table-zh": "^0.3.1",
    "colors": "^1.1.2",
    "commander": "^2.13.0",
    "cookie-parser": "^1.4.3",
    "detect-port-alt": "^1.1.5",
    "dva-ast": "^0.3.5",
    "ejs": "^2.5.5",
    "empty-dir": "^0.2.1",
    "express": "^4.14.1",
    "fs-extra": "^5.0.0",
    "inquirer": "^5.0.1",
    "is-root": "^1.0.0",
    "koa": "^2.4.1",
    "koa-body": "^2.5.0",
    "koa-bodyparser": "^4.2.0",
    "koa-cors": "^0.0.16",
    "koa-router": "^7.3.0",
    "koa-static": "^4.0.2",
    "left-pad": "^1.1.3",
    "lodash": "^4.17.4",
    "minimist": "^1.2.0",
    "morgan": "^1.7.0",
    "nodemon": "^1.14.11",
    "opn": "^5.2.0",
    "path-exists": "^3.0.0",
    "serve-favicon": "^2.3.2",
    "shelljs": "^0.8.1",
    "simple-uppercamelcase": "^1.0.0",
    "style-loader": "^0.20.1",
    "through2": "^2.0.1",
    "url": "^0.11.0",
    "vinyl-fs": "^2.4.3",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^2.11.1",
    "which": "^1.2.10",
    "win-spawn": "^2.0.0",
    "yargs": "^11.0.0"
  }
}
