{ "name": "e2e", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "pretest": "bash ../common/spawn-db.sh", "test": "FORCE_COLOR=true npx playwright test scenarios/01-home-and-login.spec.ts scenarios/02-folder-management.spec.ts", "posttest": "bash ../common/stop-db.sh" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "@playwright/test": "^1.59.1", "@types/node": "^25.6.0" } }