Rust library to generate static websites
at fix/misc-errors 19 lines 483 B view raw
1{ 2 "name": "@maudit/e2e", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "build-js": "cargo xtask build-maudit-js", 8 "test": "playwright test", 9 "test:ui": "playwright test --ui", 10 "test:debug": "playwright test --debug", 11 "test:headed": "playwright test --headed", 12 "test:chromium": "playwright test --project=chromium", 13 "report": "playwright show-report" 14 }, 15 "devDependencies": { 16 "@playwright/test": "^1.49.1", 17 "@types/node": "^22.10.5" 18 } 19}