Files
wehub-resource-sync e2bed4b5a2
CI / Public checks (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:27:29 +08:00

20 lines
464 B
JSON

{
"name": "@html-anything/e2e",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"test": "playwright test -c playwright.config.ts",
"typecheck": "tsc -p tsconfig.json --noEmit",
"playwright:clean": "tsx scripts/playwright.ts clean"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@types/node": "^20",
"jszip": "^3.10.1",
"tsx": "^4.22.1",
"typescript": "^5"
}
}