{
  "name": "oscar-web",
  "version": "0.1.0",
  "description": "Oscar Website \u2014 FreshVibe Way v8 staging deploy (Phase 2 bootstrap). Generates a Playwright-rendered dist from oscarstreeacademy.org.uk and serves it via Cloudflare Pages.",
  "main": "scripts/render.cjs",
  "scripts": {
    "render": "node scripts/render.cjs --viewport=1440x900 --out=dist",
    "render:mobile": "node scripts/render.cjs --viewport=375x812 --out=dist",
    "bundle-fa": "node scripts/apply-fa-bundle.cjs",
    "build": "npm run render && npm run bundle-fa && cp _redirects dist/_redirects || true"
  },
  "keywords": [
    "freshvibe",
    "fwv",
    "static-site",
    "playwright",
    "oscar"
  ],
  "author": "Oscar Pipeline (Mavis)",
  "license": "UNLICENSED",
  "private": true,
  "type": "commonjs",
  "dependencies": {
    "playwright-core": "^1.61.1",
    "cheerio": "^1.0.0-rc.12"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avidtech6/oscar-web.git"
  }
}
