/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/i18n/package.json
59 строк
1 KB
Jon Surrell
Update 23.8 release changes on trunk (#81485)
7 часов назад
Не верифицирован
7 часов назад
d36bccf
Код
Авторство
О чём код?
{ "name": "@wordpress/i18n", "version": "6.26.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" }, "files": [ "src", "build", "build-module", "build-types", "*.md" ], "main": "build/index.cjs", "module": "build-module/index.mjs", "exports": { ".": { "types": "./build-types/index.d.ts", "import": "./build-module/index.mjs", "require": "./build/index.cjs" }, "./package.json": "./package.json" }, "wpScript": true, "types": "build-types", "bin": { "pot-to-php": "./tools/pot-to-php.js" }, "dependencies": { "@tannin/sprintf": "^1.3.2", "@wordpress/hooks": "file:../hooks", "gettext-parser": "^1.3.1", "tannin": "^1.2.0" }, "devDependencies": { "benchmark": "^2.1.4" }, "publishConfig": { "access": "public" } }