{
  "name": "@enact/i18n",
  "main": "./src/index.js",
  "version": "5.4.2",
  "description": "Internationalization support for Enact using iLib",
  "repository": {
    "type": "git",
    "url": "https://github.com/enactjs/enact.git",
    "directory": "packages/i18n"
  },
  "homepage": "https://enactjs.com",
  "scripts": {
    "clean": "enact clean",
    "interlink": "npm link ../core",
    "lint": "enact lint --strict",
    "test": "enact test",
    "test-json": "enact test --json",
    "test-watch": "enact test --watch",
    "test-ui": "start-tests tests/ui/config/wdio.conf.js",
    "test-ui-docker": "start-tests tests/ui/config/wdio.docker.conf.js",
    "test-ui-tv": "start-tests tests/ui/config/wdio.tv.conf.js",
    "transpile": "enact transpile"
  },
  "license": "Apache-2.0",
  "keywords": [
    "internationalization",
    "i18n",
    "localization",
    "l10n",
    "globalization",
    "g11n",
    "date",
    "time",
    "format",
    "locale",
    "translation"
  ],
  "enact": {
    "ri": {
      "baseSize": 24
    }
  },
  "jest": {
    "collectCoverageFrom": [
      "**/*.{js,jsx,ts,tsx}",
      "!**/*.d.ts",
      "!ilib/**/*"
    ]
  },
  "dependencies": {
    "@enact/core": "^5.4.2",
    "prop-types": "^15.8.1",
    "ramda": "^0.32.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "xhr": "^2.6.0"
  },
  "peerDependencies": {
    "ilib": "^14.21.0 || ^14.21.0-webos1"
  },
  "devDependencies": {
    "@enact/ui-test-utils": "^4.0.0",
    "ilib": "^14.21.2"
  }
}
