/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/e2e-test-utils-playwright/package.json
60 строк
1 KB
Jon Surrell
Update 23.8 release changes on trunk (#81485)
10 часов назад
Не верифицирован
10 часов назад
d36bccf
Код
Авторство
О чём код?
{ "name": "@wordpress/e2e-test-utils-playwright", "version": "1.53.0", "description": "End-To-End (E2E) test utils for WordPress.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "e2e", "utils", "playwright" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/e2e-test-utils-playwright" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "build", "build-types" ], "exports": { ".": { "types": "./build-types/index.d.ts", "default": "./build/index.js" }, "./package.json": "./package.json" }, "types": "./build-types", "dependencies": { "change-case": "^4.1.2", "get-port": "^5.1.1", "lighthouse": "^12.2.2", "mime": "^3.0.0", "web-vitals": "^4.2.1" }, "devDependencies": { "@types/mime": "^2.0.3", "@types/node": "^20.19.39" }, "peerDependencies": { "@playwright/test": ">=1", "@types/node": "^20.17.10" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -p tsconfig.json" } }