{
  "name": "express-locale",
  "version": "2.0.2",
  "description": "Express middleware to determine locale",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint src test",
    "test": "mocha",
    "preversion": "npm run lint && npm test",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smhg/express-locale.git"
  },
  "keywords": [
    "locale",
    "express",
    "i18n",
    "l10n",
    "culture"
  ],
  "author": "Sam Hauglustaine",
  "license": "MIT",
  "devDependencies": {
    "cookie-parser": "^1.4.6",
    "eslint": "^8.16.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "express": "^4.18.2",
    "mocha": "^10.0.0",
    "supertest": "^6.3.3"
  }
}
