{
  "name": "@ladjs/api",
  "description": "API server for Lad",
  "version": "14.1.18",
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
  "bugs": {
    "url": "https://github.com/ladjs/api/issues",
    "email": "niftylettuce@gmail.com"
  },
  "contributors": [
    "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
  ],
  "dependencies": {
    "@koa/router": "^13.1.0",
    "@ladjs/i18n": "^8.0.3",
    "@ladjs/koa-simple-ratelimit": "^4.1.1",
    "@ladjs/passport": "^5.1.4",
    "@ladjs/redis": "^1.1.1",
    "@ladjs/shared-config": "^9.1.4",
    "@ladjs/store-ip-address": "^0.0.7",
    "axe": "^13.0.0",
    "boolean": "^3.2.0",
    "cabin": "^14.0.0",
    "express-request-id": "1.4.1",
    "kcors": "^2.2.2",
    "koa": "^2.16.0",
    "koa-404-handler": "^0.1.0",
    "koa-basic-auth": "^4.0.0",
    "koa-better-error-handler": "^11.0.4",
    "koa-better-timeout": "^0.0.6",
    "koa-bodyparser": "^4.4.1",
    "koa-compress": "^5.1.1",
    "koa-conditional-get": "^3.0.0",
    "koa-connect": "^2.1.0",
    "koa-etag": "^4.0.0",
    "koa-json": "^2.0.2",
    "lodash": "^4.17.21",
    "multimatch": "5",
    "request-received": "^0.0.3",
    "response-time": "^2.3.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.7.1",
    "@commitlint/config-conventional": "^19.7.1",
    "ava": "^5.3.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.55.0",
    "eslint-config-xo-lass": "^2.0.1",
    "fixpack": "^4.0.0",
    "husky": "^9.1.7",
    "ioredis": "^5.5.0",
    "ioredis-mock": "^8.9.0",
    "lint-staged": "^15.4.3",
    "mongoose": "6",
    "nyc": "^17.1.0",
    "remark-cli": "11",
    "remark-preset-github": "^4.0.4",
    "supertest": "^7.0.0",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/ladjs/api",
  "keywords": [
    "api",
    "error",
    "express",
    "fast",
    "handling",
    "json",
    "koa",
    "lad",
    "lass",
    "light",
    "lightweight",
    "limit",
    "limiting",
    "modern",
    "rate",
    "ratelimit",
    "ratelimiting",
    "response",
    "server",
    "simple",
    "stripe",
    "web"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "axe": ">= 11",
    "cabin": ">= 11"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ladjs/api"
  },
  "scripts": {
    "lint": "xo --fix && remark . -qfo && fixpack",
    "prepare": "husky install",
    "pretest": "npm run lint",
    "test": "npm run test-coverage",
    "test-coverage": "cross-env NODE_ENV=test nyc ava"
  }
}
