{
  "name": "egg-mock",
  "version": "3.17.2",
  "eggPlugin": {
    "name": "egg-mock"
  },
  "description": "mock server for egg",
  "main": "index.js",
  "files": [
    "app.js",
    "index.js",
    "index.d.ts",
    "bootstrap.js",
    "app",
    "lib"
  ],
  "scripts": {
    "lint": "eslint lib app index.js test/*.test.js",
    "test": "npm run lint && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "ci": "npm run autod --check && npm run lint && npm run cov",
    "autod": "autod",
    "contributors": "ali-contributors"
  },
  "dependencies": {
    "@types/power-assert": "^1.4.29",
    "await-event": "^2.1.0",
    "co": "^4.6.0",
    "coffee": "^4.1.0",
    "debug": "^3.0.0",
    "detect-port": "^1.2.1",
    "egg-utils": "^2.2.0",
    "extend2": "^1.0.0",
    "get-ready": "^2.0.1",
    "globby": "^6.1.0",
    "is-type-of": "^1.2.0",
    "ko-sleep": "^1.0.3",
    "merge-descriptors": "^1.0.1",
    "methods": "^1.1.2",
    "mm": "^2.1.0",
    "power-assert": "^1.4.4",
    "rimraf": "^2.6.1",
    "supertest": "^3.0.0",
    "urllib": "^2.24.0"
  },
  "devDependencies": {
    "@types/node": "^7.0.18",
    "autod": "^2.9.0",
    "egg": "^1.7.0",
    "egg-bin": "^4.1.0",
    "egg-ci": "^1.8.0",
    "eslint": "^4.4.1",
    "eslint-config-egg": "^5.0.0",
    "mkdirp": "^0.5.1",
    "mz-modules": "^1.0.0",
    "pedding": "^1.1.0",
    "sdk-base": "^3.0.1"
  },
  "ci": {
    "version": "6, 8, 9"
  },
  "homepage": "https://github.com/eggjs/egg-mock",
  "repository": {
    "type": "git",
    "url": "git@github.com:eggjs/egg-mock.git"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "keywords": [
    "egg",
    "mock"
  ],
  "engines": {
    "node": ">= 6.0.0"
  },
  "author": "popomore <sakura9515@gmail.com>"
}
