{ "name": "video", "version": "1.0.0", "private": true, "description": "Scripted Playwright recording of the dashboard for the homepage hero and social ads.", "type": "module", "scripts": { "build": "tsc", "bootstrap-admin": "tsc && node dist/pb-admin.js", "setup-auth": "tsc && node dist/auth.js", "record": "tsc && node dist/record.js", "verify-output": "tsc && node dist/verify.js", "render": "./render.sh" }, "dependencies": { "playwright": "^1.59.1" }, "devDependencies": { "@types/node": "^25.6.1", "typescript": "^6.0.3" } }