{
  "name": "@ttoss/react-i18n",
  "version": "2.3.0",
  "keywords": [
    "React",
    "ui",
    "user interface"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ttoss/ttoss.git",
    "directory": "packages/react-i18n"
  },
  "license": "MIT",
  "author": "ttoss",
  "contributors": [
    "Pedro Arantes <arantespp@gmail.com> (https://arantespp.com)",
    "Rayza Oliveira Costa <rayza.ocr@gmail.com> (https://bio.link/rayza)"
  ],
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "module": "./dist/index.mjs",
      "browser": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "react-intl": "^10.1.1"
  },
  "devDependencies": {
    "@formatjs/cli": "^6.14.1",
    "@types/react": "^19.2.14",
    "jest": "^30.4.2",
    "react": "^19.2.6",
    "tsdown": "^0.22.2",
    "typescript": "~6.0.3",
    "@ttoss/i18n-cli": "^0.8.17",
    "@ttoss/config": "^1.37.17",
    "@ttoss/test-utils": "^4.2.18"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "dev": "pnpm --filter @docs/storybook run dev",
    "i18n": "ttoss-i18n --pattern 'tests/**/*.test.{ts,tsx}'",
    "pretest": "pnpm run i18n",
    "test": "jest --projects tests/unit"
  }
}