{ "name": "fan-passport-world-cup-journey", "version": "0.5.0", "private": true, "type": "module", "description": "Full-stack demo release package for Fan Passport: The World Cup Journey.", "workspaces": [ "apps/api", "apps/web", "packages/shared" ], "engines": { "node": ">=20", "npm": ">=10" }, "scripts": { "dev": "npm run build -w @fan-passport/shared && concurrently -n api,web -c cyan,magenta \"npm run dev -w @fan-passport/api\" \"npm run dev -w @fan-passport/web\"", "build": "npm run build -w @fan-passport/shared && npm run build -w @fan-passport/api && npm run build -w @fan-passport/web", "test": "npm run build -w @fan-passport/shared && npm run test -w @fan-passport/api && npm run test -w @fan-passport/web", "test:integration": "npm run build -w @fan-passport/shared && npm run test:integration -w @fan-passport/api", "test:e2e": "npm run build -w @fan-passport/shared && playwright test", "qa": "npm run test && npm run test:e2e", "release:check": "npm run build && npm run test" }, "devDependencies": { "@axe-core/playwright": "^4.9.0", "@playwright/test": "^1.44.0", "concurrently": "^8.2.0", "typescript": "^5.4.0" } }