{ "name": "ms-ai-architect-screenshot", "version": "1.0.0", "private": true, "description": "Playwright tooling for capturing playground screenshots. Standalone — no relation to plugin runtime.", "type": "module", "scripts": { "install-browser": "playwright install chromium", "shoot": "node run.mjs" }, "dependencies": { "playwright": "^1.49.0" } }