{ "name": "homepage", "version": "1.0.0", "private": true, "description": "Static portfolio site — build (build.sh) + E2E tests (Playwright)", "scripts": { "build": "./build.sh", "test": "playwright test", "test:headed": "playwright test --headed" }, "devDependencies": { "@playwright/test": "1.62.0" } }