{
  "name": "iplus-app-server",
  "version": "1.0.0",
  "description": "I+轻应用后端函数计算",
  "private": true,
  "egg": {
    "typescript": true,
    "declarations": true
  },
  "scripts": {
    "start": "egg-scripts start --daemon --title=egg-server-iplus-app-backend --port=7401",
    "start_2": "EGG_SERVER_ENV=prod npm run dev",
    "stop": "egg-scripts stop --title=egg-server-iplus-app-backend",
    "dev": "egg-bin dev",
    "debug": "egg-bin debug",
    "test-local": "egg-bin test",
    "test": "npm run lint -- --fix && npm run test-local",
    "cov": "egg-bin cov",
    "tsc": "ets && tsc -p tsconfig.json",
    "ci": "npm run lint && npm run cov && npm run tsc",
    "autod": "autod",
    "lint": "eslint . --ext .ts",
    "clean": "ets clean"
  },
  "dependencies": {
    "cryptojs": "^2.5.3",
    "egg": "^2.6.1",
    "egg-mysql": "^3.0.0",
    "egg-scripts": "^2.6.0",
    "ts-node": "^9.1.1",
    "yaml": "^1.10.0"
  },
  "devDependencies": {
    "@types/mocha": "^2.2.40",
    "@types/mysql": "^2.15.17",
    "@types/node": "^7.0.12",
    "@types/nunjucks": "^3.1.4",
    "@types/pify": "^5.0.0",
    "@types/supertest": "^2.0.0",
    "autod": "^3.0.1",
    "autod-egg": "^1.1.0",
    "egg-bin": "^4.11.0",
    "egg-ci": "^1.8.0",
    "egg-mock": "^3.16.0",
    "eslint": "^6.7.2",
    "eslint-config-egg": "^8.0.0",
    "tslib": "^1.9.0",
    "typescript": "^3.0.0"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "ci": {
    "version": "8"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "eslintIgnore": [
    "coverage"
  ],
  "author": "chen.wang@alibaba-inc.com",
  "license": "MIT"
}
