1. Added Claude Code sub-agents 2. Added PRD tool to MCP Server 3. Added MCP Server UI to Dev Tools 4. Improved MCP Server Database Tool 5. Updated dependencies
22 lines
582 B
JSON
22 lines
582 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.55.1",
|
|
"@supabase/supabase-js": "2.57.4",
|
|
"@types/node": "^24.5.2",
|
|
"dotenv": "17.2.2",
|
|
"node-html-parser": "^7.0.1",
|
|
"totp-generator": "^2.0.0"
|
|
}
|
|
}
|