{ "name": "termi-playwright-smoke", "private": true, "type": "module", "scripts": { "test": "playwright test", "test:frontend": "playwright test --project=frontend", "test:admin": "playwright test --project=admin", "test:headed": "playwright test --headed", "install:browsers": "playwright install --with-deps chromium" }, "devDependencies": { "@playwright/test": "^1.55.0", "@types/node": "^24.7.2", "typescript": "^5.9.3" } }