{
  "name": "@googleforcreators/i18n",
  "description": "Tiny i18n gettext helper package.",
  "private": false,
  "version": "0.1.202410011217",
  "author": {
    "name": "Google",
    "url": "https://creators.google/"
  },
  "license": "Apache-2.0",
  "keywords": [
    "web stories",
    "i18n",
    "gettext"
  ],
  "homepage": "https://github.com/GoogleForCreators/web-stories-wp/blob/main/packages/i18n/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoogleForCreators/web-stories-wp.git",
    "directory": "packages/i18n"
  },
  "bugs": {
    "url": "https://github.com/googleforcreators/web-stories-wp/issues"
  },
  "engines": {
    "node": ">= 12 || >= 14 || >= 16 || >= 18 || >= 20",
    "npm": ">= 7.3"
  },
  "customExports": {
    ".": {
      "default": "./src/index.ts"
    }
  },
  "main": "dist/index.js",
  "module": "dist-module/index.js",
  "types": "dist-types/index.d.ts",
  "source": "src/index.ts",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "dependencies": {
    "@googleforcreators/react": "*",
    "@tannin/sprintf": "^1.2.0",
    "prop-types": "^15.8.1",
    "tannin": "^1.2.0"
  }
}
