Files
myeasycms-v2/apps/e2e/package.json
Giancarlo Buomprisco f3ac595d06 MCP Server 2.0 (#452)
* MCP Server 2.0

- Updated application version from 2.23.14 to 2.24.0 in package.json.
- MCP Server improved with new features
- Migrated functionality from Dev Tools to MCP Server
- Improved getMonitoringProvider not to crash application when misconfigured
2026-02-11 20:42:01 +01:00

22 lines
585 B
JSON

{
"name": "web-e2e",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"report": "playwright show-report",
"test": "playwright test --max-failures=1",
"test:fast": "playwright test --max-failures=1 --workers=16",
"test:setup": "playwright test tests/auth.setup.ts",
"test:ui": "playwright test --ui"
},
"author": "Makerkit",
"devDependencies": {
"@playwright/test": "^1.58.2",
"@supabase/supabase-js": "catalog:",
"@types/node": "catalog:",
"dotenv": "17.2.4",
"node-html-parser": "^7.0.2",
"totp-generator": "^2.0.1"
}
}