{
	"name": "@wordpress/i18n",
	"version": "4.58.0",
	"description": "WordPress internationalization (i18n) library.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"i18n"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/i18n"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=12"
	},
	"main": "build/index.js",
	"module": "build-module/index.js",
	"react-native": "src/index",
	"types": "build-types",
	"bin": {
		"pot-to-php": "./tools/pot-to-php.js"
	},
	"dependencies": {
		"@babel/runtime": "^7.16.0",
		"@wordpress/hooks": "^3.58.0",
		"gettext-parser": "^1.3.1",
		"memize": "^2.1.0",
		"sprintf-js": "^1.1.1",
		"tannin": "^1.2.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044"
}
