{
  "name": "@soapi/app-server",
  "version": "2.0.7",
  "description": "接口平台service开发框架",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "./scripts/build.sh",
    "watch": "./scripts/watch.sh",
    "api": "soapi-cli upgrade && prettier --loglevel error --write \"src/apis/*.@(js|d.ts)\""
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@babel/polyfill": "^7.6.0",
    "@soapi/middlewares": "^2.0.7",
    "koa": "^2.7.0",
    "koa-body": "^4.1.0",
    "koa-bodyparser": "^4.2.1",
    "koa-logger": "^3.2.0",
    "koa-mount": "^4.0.0",
    "koa-router": "^7.1.1",
    "lodash": "^4.17.11",
    "log4js": "^4.1.0",
    "memory-cache": "^0.2.0",
    "node-fetch": "^2.6.0",
    "p-event": "^4.1.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "soapi-cli": "^2.0.7"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4"
  },
  "module": "es/index.js",
  "engines": {
    "node": ">=8.9.4"
  },
  "gitHead": "87bc865e5b77207616c41dca54aa67314513360f"
}
