/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/muya/e2e/package.json
29 строк
975 B
Ran Luo
chore(deps): upgrade all packages to latest + align shared versions (#4597)
21 июн 2026, 03:40
Не верифицирован
21 июн 2026, 03:40
4129550
Код
Авторство
О чём код?
{ "name": "muya-e2e", "type": "module", "version": "0.0.1", "private": true, "description": "Playwright end-to-end test suite for @muyajs/core", "author": "jocs <ransixi@gmail.com>", "license": "MIT", "scripts": { "e2e": "playwright test", "e2e:chromium": "playwright test --project=chromium", "e2e:firefox": "playwright test --project=firefox", "e2e:webkit": "playwright test --project=webkit", "e2e:ui": "playwright test --ui", "e2e:headed": "playwright test --headed", "e2e:report": "playwright show-report", "e2e:install": "playwright install --with-deps chromium firefox webkit" }, "dependencies": { "@muyajs/core": "workspace:*", "intl-segmenter-polyfill": "^0.4.4" }, "devDependencies": { "@axe-core/playwright": "^4.11.3", "@playwright/test": "^1.61.0", "@types/node": "^22.20.0", "vite": "^8.0.16" } }