{
  "name": "mockstar-local-server",
  "version": "1.3.21",
  "description": "Local server for MockStar",
  "main": "lib/index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsc -d",
    "test": "npm run test:unit",
    "test:unit": "mocha 'test/**/*.test.{ts,tsx}'",
    "test:cover": "nyc npm run test:unit",
    "lint": "npx eslint src test --ext .ts"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "keywords": [
    "mock",
    "server"
  ],
  "author": "helinjiang",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mockstarjs/mockstar.git"
  },
  "bugs": {
    "url": "https://github.com/mockstarjs/mockstar/issues"
  },
  "homepage": "https://github.com/mockstarjs/mockstar#readme",
  "engines": {
    "node": ">=5.6.0"
  },
  "dependencies": {
    "compression": "^1.7.2",
    "cookie-parser": "^1.4.4",
    "cors": "^2.8.4",
    "errorhandler": "^1.5.0",
    "express": "^4.16.3",
    "fs-extra": "^5.0.0",
    "lodash": "^4.17.15",
    "log4js": "^2.8.0",
    "method-override": "^2.3.10",
    "mockstar": "^1.3.7",
    "mockstar-generators": "^1.3.21",
    "mockstar-webui": "^1.3.8",
    "request": "^2.81.0",
    "socket.io": "^2.1.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/compression": "^1.7.0",
    "@types/cookie-parser": "^1.4.2",
    "@types/cors": "^2.8.6",
    "@types/errorhandler": "^1.5.0",
    "@types/expect": "^24.3.0",
    "@types/express": "^4.17.6",
    "@types/fs-extra": "^9.0.1",
    "@types/lodash": "^4.14.157",
    "@types/method-override": "^0.0.31",
    "@types/mocha": "^7.0.2",
    "@types/object-assign": "^4.0.30",
    "@types/request": "^2.48.5",
    "@types/socket.io": "^2.1.8",
    "chai": "^4.2.0",
    "eslint": "^5.7.0",
    "mocha": "^8.0.1",
    "mockstar-client": "^1.3.4",
    "nyc": "^15.1.0",
    "superagent": "^3.8.3",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.6"
  },
  "gitHead": "02db7fda932baa2c1c08a7da28955a4105d91486"
}
