{ "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", "record:vertical": "tsc && ASPECT=9x16 node dist/record.js", "encode": "ffmpeg -y -i output/recording.webm -c:v libx264 -pix_fmt yuv420p -crf 14 -preset fast -movflags +faststart output/recording.mp4", "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" } }