{
  "name": "@buzzwaretech/i18n",
  "version": "1.3.1",
  "private": true,
  "description": "I18n shared across multiple apps internally",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "dev": "tsdown --watch --no-clean",
    "build": "pnpm run generate:types && tsdown",
    "generate:types": "tsx scripts/generate-types.ts",
    "sync:check": "tsx scripts/sync-check.ts",
    "check:sync": "tsx scripts/sync-check.ts --ci",
    "check:lint": "oxlint --max-warnings=9 .",
    "check:types": "pnpm run generate:types && tsc --noEmit",
    "check:format": "oxfmt --check .",
    "fix:lint": "oxlint --fix .",
    "fix:format": "oxfmt .",
    "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
  },
  "dependencies": {
    "i18next": "catalog:",
    "i18next-icu": "catalog:",
    "i18next-resources-to-backend": "catalog:",
    "react-i18next": "catalog:"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "devDependencies": {
    "@buzzwaretech/typescript-config": "workspace:*",
    "@types/node": "catalog:",
    "@types/react": "catalog:",
    "tsdown": "catalog:",
    "tsx": "catalog:",
    "typescript": "catalog:"
  }
}
