{
  "name": "koa-sendfile",
  "version": "3.0.0",
  "description": "basic file-sending utility for koa",
  "files": [
    "index.js"
  ],
  "repository": "koajs/sendfile",
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "mocha --r should --exit",
    "precoverage": "rimraf .nyc_output coverage",
    "coverage": "nyc npm run test",
    "ci": "npm run coverage"
  },
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "dependencies": {
    "debug": "^4.2.0",
    "etag": "^1.8.1"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "koa": "^2.13.0",
    "mocha": "^8.1.3",
    "nyc": "^15.1.0",
    "should": "^13.2.3",
    "supertest": "^4.0.2"
  },
  "engines": {
    "node": ">= 10"
  }
}
