{
  "name": "mock-case-server",
  "version": "0.0.11",
  "description": "provide stateful mock data for tests",
  "main": "output/MCS.js",
  "scripts": {
    "test": "mocha tests -g 'one case'",
    "dev": "tsc -p . -w"
  },
  "keywords": [
    "mock",
    "stateful",
    "http",
    "server"
  ],
  "author": "tzxhy",
  "homepage": "https://github.com/Tzxhy/mock-case-server/blob/master/readme.md",
  "bugs": {
    "url": "https://github.com/Tzxhy/mock-case-server/issues",
    "email": "tanzhixuan2018@163.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tzxhy/mock-case-server.git"
  },
  "license": "MIT",
  "bin": {
    "mcs": "bin/mcs"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "require-all": "^3.0.0",
    "url-pattern": "^1.0.3",
    "watch": "^1.0.2",
    "xml": "^1.0.1",
    "axios": "^0.18.0"
  },
  "devDependencies": {
    "@types/koa": "^2.0.48",
    "@types/koa-bodyparser": "^4.2.2",
    "mocha": "^6.1.4",
    "typescript": "^3.4.3"
  },
  "directories": {
    "test": "tests"
  }
}
