{
  "name": "koa-mount",
  "description": "Mounting middleware for koa",
  "repository": "koajs/mount",
  "version": "4.2.0",
  "keywords": [
    "koa",
    "middleware",
    "mount",
    "mounting"
  ],
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-standard": "^7.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^5.0.0",
    "istanbul": "^0.4.5",
    "koa": "^2.0.1",
    "koa-static": "^5.0.0",
    "mocha": "^9.1.1",
    "should": "^11.2.0",
    "supertest": "^6.1.6"
  },
  "license": "MIT",
  "dependencies": {
    "debug": "^4.0.1",
    "koa-compose": "^4.1.0"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "test": "NODE_ENV=test mocha --reporter spec",
    "test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
    "test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
  },
  "engines": {
    "node": ">= 7.6.0"
  }
}
