{
  "name": "koa-compress",
  "description": "Compress middleware for koa",
  "version": "5.1.0",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "repository": "koajs/compress",
  "dependencies": {
    "bytes": "^3.0.0",
    "compressible": "^2.0.0",
    "http-errors": "^1.8.0",
    "koa-is-json": "^1.0.0",
    "statuses": "^2.0.1"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "jest": "^27.0.6",
    "koa": "^2.13.1",
    "supertest": "^6.1.6"
  },
  "scripts": {
    "eslint": "eslint --ignore-path .gitignore .",
    "test": "jest"
  },
  "files": [
    "lib",
    "LICENSE",
    "HISTORY.md"
  ],
  "main": "lib",
  "jest": {
    "testEnvironment": "node"
  },
  "engines": {
    "node": ">= 8.0.0"
  }
}
