{
  "name": "@automattic/i18n-utils",
  "version": "1.3.0",
  "description": "WordPress.com i18n utils.",
  "bugs": "https://github.com/Automattic/wp-calypso/issues",
  "homepage": "https://github.com/Automattic/wp-calypso",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "calypso:src": "src/index.ts",
  "exports": {
    ".": {
      "calypso:src": "./src/index.ts",
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./src/*": {
      "calypso:src": "./src/*"
    }
  },
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "license": "GPL-2.0-or-later",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Automattic/wp-calypso.git",
    "directory": "packages/i18n-utils"
  },
  "author": "Automattic Inc.",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
    "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
    "prepack": "yarn run clean && yarn run build",
    "watch": "tsc --build ./tsconfig.json --watch",
    "download": "node bin/download.js",
    "test": "yarn jest"
  },
  "dependencies": {
    "@automattic/calypso-config": "^1.0.0-alpha.0",
    "@automattic/calypso-url": "^1.1.0",
    "@automattic/languages": "^1.0.0",
    "@wordpress/compose": "^8.2.0",
    "@wordpress/i18n": "^6.21.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@automattic/calypso-typescript-config": "^1.0.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^18.3.23",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-test-renderer": "^18.3.1",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "react": "^18.3.1 || ^19.0.0"
  }
}