/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/integration/package.json
48 строк
2 KB
Manzoor Wani
Move typescript and rimraf out of the root package.json (#80086)
13 июл 2026, 11:37
Не верифицирован
13 июл 2026, 11:37
1490ecf
Код
Авторство
О чём код?
{ "name": "@wordpress/integration-tests", "version": "0.0.0", "description": "Integration tests for WordPress Gutenberg.", "private": true, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "integration-tests" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/test/integration/README.md", "repository": { "type": "git", "url": "git+https://github.com/WordPress/gutenberg.git", "directory": "test/integration" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "exports": { "./helpers/integration-test-editor": "./helpers/integration-test-editor.js" }, "devDependencies": { "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@wordpress/block-editor": "file:../../packages/block-editor", "@wordpress/block-library": "file:../../packages/block-library", "@wordpress/block-serialization-default-parser": "file:../../packages/block-serialization-default-parser", "@wordpress/blocks": "file:../../packages/blocks", "@wordpress/data": "file:../../packages/data", "@wordpress/element": "file:../../packages/element", "@wordpress/format-library": "file:../../packages/format-library", "@wordpress/prettier-config": "file:../../packages/prettier-config", "@wordpress/rich-text": "file:../../packages/rich-text", "ajv": "^8.17.1", "fast-glob": "^3.2.7", "react": "^18.3.1", "rimraf": "^5.0.10" }, "publishConfig": { "access": "public" }, "scripts": { "fixtures:clean": "rimraf --glob \"fixtures/blocks/*.{json,serialized.html}\"" } }