{
  "name": "@ladjs/i18n",
  "description": "i18n wrapper and Koa middleware for Lad",
  "version": "10.0.0",
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
  "bugs": {
    "url": "https://github.com/ladjs/i18n/issues",
    "email": "niftylettuce@gmail.com"
  },
  "contributors": [
    "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
    "shadowgate15 (https://github.com/shadowgate15)"
  ],
  "dependencies": {
    "@ladjs/country-language": "^1.0.1",
    "i18n": "^0.15.0",
    "i18n-locales": "^0.0.5",
    "lodash": "^4.17.21",
    "multimatch": "5",
    "punycode": "^2.3.1",
    "qs": "^6.14.0",
    "titleize": "2",
    "tlds": "^1.261.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.0",
    "@commitlint/config-conventional": "^19.8.0",
    "ava": "^5.3.1",
    "cross-env": "^7.0.3",
    "eslint": "8.57.1",
    "eslint-config-xo-lass": "2.0.1",
    "fixpack": "^4.0.0",
    "husky": "^9.1.7",
    "koa": "^2.16.3",
    "koa-generic-session": "^2.3.0",
    "nyc": "^17.1.0",
    "remark-cli": "^11.0.0",
    "remark-preset-github": "^4.0.4",
    "sinon": "^19.0.5",
    "supertest": "^7.1.4",
    "xo": "0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/ladjs/i18n",
  "keywords": [
    "@ladjs/i18n",
    "i18n",
    "lad",
    "lass",
    "locale",
    "locales",
    "localization",
    "translate"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ladjs/i18n"
  },
  "scripts": {
    "lint": "xo --fix && remark . -qfo && fixpack",
    "prepare": "husky",
    "pretest": "npm run lint",
    "test": "cross-env NODE_ENV=test nyc ava"
  }
}
