{ "name": "rf4-spotter-web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "astro dev --host 0.0.0.0", "build": "astro check && astro build", "start": "node ./dist/server/entry.mjs", "check": "astro check", "test:unit": "node --test tests/unit/*.test.ts", "test:e2e": "playwright test", "test:bootstrap": "playwright test tests/production-bootstrap.spec.ts", "audit:axe": "playwright test tests/accessibility.spec.ts", "audit:lighthouse": "lighthouse http://127.0.0.1:4321 --quiet --chrome-flags='--headless --no-sandbox' --only-categories=performance,accessibility --output=json --output-path=./lighthouse-report.json" }, "dependencies": { "@astrojs/node": "^11.1.5", "astro": "^7.2.10" }, "devDependencies": { "@astrojs/check": "^0.9.10", "@playwright/test": "^1.55.0", "typescript": "^6.0.0", "@axe-core/playwright": "^4.13.0", "@types/node": "^26.4.1", "lighthouse": "^13.4.1" } }