{
  "name": "next-i18n-router",
  "version": "5.5.2",
  "description": "Next.js App Router internationalized routing and locale detection.",
  "repository": "https://github.com/i18nexus/next-i18n-router",
  "keywords": [
    "next.js",
    "nextjs",
    "react-intl",
    "i18n",
    "locale",
    "detection",
    "internationalization",
    "internationalisation",
    "localization",
    "localisation",
    "app router"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "prepublish": "tsc",
  "author": "i18nexus",
  "license": "MIT",
  "devDependencies": {
    "@types/eslint": "^8.56.2",
    "@types/jest": "^29.5.2",
    "@types/negotiator": "^0.6.1",
    "@types/node": "^20.11.14",
    "@types/react": "^19.1.4",
    "@types/react-dom": "^19.1.5",
    "eslint": "^8.40.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-next": "^15.3.2",
    "eslint-plugin-jest": "^27.6.3",
    "jest": "^29.5.0",
    "next": "^15.3.2",
    "react": "^19.1.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@formatjs/intl-localematcher": "^0.5.2",
    "negotiator": "^0.6.3"
  }
}
