{ "name": "yellowjacket-e2e", "private": true, "type": "module", "version": "0.0.0", "description": "End-to-end specs driving the real app on the Wails dev server.", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "report": "playwright show-report", "typecheck": "tsc --noEmit -p tsconfig.json" }, "devDependencies": { "@playwright/test": "^1.56.0", "@types/node": "^26.2.0", "typescript": "^7.0.2" } }