Files
myeasycms-v2/apps/e2e/package.json
Giancarlo Buomprisco 6fbc5cf6e5 Dependencies cleanup (#216)
1. Updated dependencies
2. Disable Next.js Telemetry by default
3. Cleaned up unused dependencies
4. Refactored NPM scripts
2025-03-25 10:26:32 +08:00

21 lines
449 B
JSON

{
"name": "web-e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"report": "playwright show-report",
"test": "playwright test --max-failures=1",
"test:ui": "playwright test --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.13.13",
"node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0"
}
}