@wordpress/i18n
Version:
WordPress internationalization (i18n) library.
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "@wordpress/i18n",
"version": "5.25.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": ">=18.12.0",
"npm": ">=8.19.2"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"wpScript": true,
"types": "build-types",
"bin": {
"pot-to-php": "./tools/pot-to-php.js"
},
"dependencies": {
"@babel/runtime": "7.25.7",
"@wordpress/hooks": "^4.25.0",
"gettext-parser": "^1.3.1",
"memize": "^2.1.0",
"sprintf-js": "^1.1.1",
"tannin": "^1.2.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d1acd76ffff33ab01f0a948d2f51e5e45c95158d"
}