{
  "name": "@ladjs/web",
  "description": "Web server for Lad",
  "version": "21.1.3",
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
  "bugs": {
    "url": "https://github.com/ladjs/web/issues",
    "email": "niftylettuce@gmail.com"
  },
  "contributors": [
    "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
  ],
  "dependencies": {
    "@koa/etag": "^5.0.2",
    "@koa/router": "^13.1.1",
    "@ladjs/i18n": "^10.0.0",
    "@ladjs/koa-better-static": "^3.0.0",
    "@ladjs/koa-cache-responses": "^1.0.0",
    "@ladjs/koa-isajax": "^2.0.0",
    "@ladjs/koa-simple-ratelimit": "^4.1.1",
    "@ladjs/koa-views": "^9.0.0",
    "@ladjs/passport": "^5.1.5",
    "@ladjs/redis": "^1.1.1",
    "@ladjs/shared-config": "^9.1.4",
    "@ladjs/state-helper": "^3.0.1",
    "@ladjs/store-ip-address": "^0.0.7",
    "axe": "^13.0.0",
    "boolean": "^3.2.0",
    "cabin": "^14.0.0",
    "crypto-random-string": "3",
    "express-request-id": "1.4.1",
    "is-string-and-not-blank": "^0.0.2",
    "kcors": "^2.2.2",
    "koa": "3.1.1",
    "koa-404-handler": "^0.1.0",
    "koa-basic-auth": "^4.0.0",
    "koa-better-error-handler": "^12.0.0",
    "koa-better-flash": "^0.0.4",
    "koa-better-timeout": "^0.0.6",
    "koa-bodyparser": "^4.4.1",
    "koa-cash": "^5.0.2",
    "koa-compress": "^5.1.1",
    "koa-conditional-get": "^3.0.0",
    "koa-connect": "^2.1.0",
    "koa-favicon": "^2.1.0",
    "koa-generic-session": "^2.3.1",
    "koa-helmet": "5",
    "koa-json": "^2.0.2",
    "koa-meta": "^4.1.0",
    "koa-methodoverride": "^2.0.0",
    "koa-redirect-loop": "^3.0.2",
    "koa-redis": "^4.0.1",
    "lodash": "^4.17.21",
    "ms": "^2.1.3",
    "request-received": "^0.0.3",
    "response-time": "^2.3.4"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "ava": "5",
    "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.10.1",
    "ioredis-mock": "^8.13.1",
    "lint-staged": "^15.4.3",
    "nyc": "^15.1.0",
    "pug": "^3.0.3",
    "remark-cli": "11",
    "remark-preset-github": "^4.0.4",
    "supertest": "^7.1.4",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/ladjs/web",
  "keywords": [
    "boilerplate",
    "express",
    "framework",
    "h5bp",
    "http",
    "koa",
    "lad",
    "lass",
    "mean",
    "pug",
    "server",
    "stack",
    "web"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "axe": ">= 11",
    "cabin": ">= 11"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ladjs/web"
  },
  "scripts": {
    "lint": "xo --fix && remark . -qfo && fixpack",
    "pre-commit": "lint-staged",
    "prepare": "husky",
    "pretest": "npm run lint",
    "test": "npm run test-coverage",
    "test-coverage": "cross-env NODE_ENV=test nyc ava"
  }
}
