/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/sync/package.json
63 строки
1 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/sync", "version": "1.52.0", "description": "Sync Data.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "sync" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/sync/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/sync" }, "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", "sideEffects": false, "dependencies": { "@wordpress/api-fetch": "file:../api-fetch", "@wordpress/hooks": "file:../hooks", "@wordpress/private-apis": "file:../private-apis", "@wordpress/undo-manager": "file:../undo-manager", "diff": "^8.0.3", "fast-deep-equal": "^3.1.3", "lib0": "^0.2.99", "y-protocols": "^1.0.7", "yjs": "^13.6.29" }, "devDependencies": { "@jest/globals": "^30.4.1", "@types/node": "^20.19.39" }, "publishConfig": { "access": "public" } }