{
  "name": "phyllis-schlafly-site-rebuild",
  "version": "1.0.0",
  "private": true,
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "npm run test:offline",
    "test:offline": "node --test tests/unit/*.test.js && bash -n scripts/*.sh tests/shell/*.sh tests/shell/*.bats && docker compose --env-file .env.example config --quiet && playwright test --list && scripts/validate-mu-plugin-loader.sh && scripts/validate-access-templates.sh && tests/shell/read-only-guards.sh && tests/shell/guards.bats && git diff --check",
    "test:egress": "playwright test tests/playwright/local-routing.spec.js",
    "test:public": "playwright test tests/playwright/public-site.spec.js",
    "test:local": "playwright test tests/playwright/local-site.spec.js"
  },
  "devDependencies": {
    "@playwright/test": "1.62.0"
  }
}
