{
  "name": "koa-pagination",
  "version": "4.0.0",
  "description": "A middleware to handle Range Pagination Headers using Range & Content-Range entity-headers",
  "license": "MIT",
  "author": "Uphold",
  "main": "src",
  "repository": "uphold/koa-pagination",
  "scripts": {
    "changelog": "github-changelog-generator -f v$npm_package_version > CHANGELOG.md",
    "lint": "eslint src test",
    "lint-staged": "lint-staged",
    "test": "jest --coverage --verbose --env=node",
    "version": "npm run changelog && git add -A CHANGELOG.md"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "http-content-range-format": "^1.0.0",
    "range-specifier-parser": "^1.0.2",
    "standard-http-error": "^2.0.1"
  },
  "devDependencies": {
    "@uphold/github-changelog-generator": "^1.0.1",
    "eslint": "^6.5.1",
    "eslint-config-uphold": "^1.0.1",
    "jest": "^24.9.0",
    "koa": "^2.10.0",
    "lint-staged": "^9.4.2",
    "pre-commit": "^1.2.2",
    "prettier": "^1.18.2",
    "supertest": "^4.0.2"
  },
  "engines": {
    "node": ">=8.16.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  },
  "pre-commit": [
    "lint-staged"
  ]
}
