{
  "name": "cultroll",
  "version": "1.0.0",
  "description": "CultRoll public app, portal, and scraper",
  "type": "module",
  "scripts": {
    "dev": "sh -c 'astro dev --config astro.config.cultroll.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4324}\" --strictPort --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "build": "npm run build:cultroll && npm run build:cultroll-admin",
    "test": "node --test --experimental-strip-types test/*.test.mjs",
    "preview": "sh -c 'astro preview --config astro.config.cultroll.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4327}\" --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "deploy": "npm run deploy:cultroll",
    "dev:cultroll": "sh -c 'astro dev --config astro.config.cultroll.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4324}\" --strictPort --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "build:cultroll": "astro build --config astro.config.cultroll.mjs",
    "preview:cultroll": "sh -c 'astro preview --config astro.config.cultroll.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4327}\" --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "deploy:cultroll": "npm run build:cultroll && wrangler pages deploy dist/cultroll --project-name cultroll-web --branch main --commit-dirty=true",
    "dev:portal": "sh -c 'astro dev --config astro.config.cultroll-admin.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4328}\" --strictPort --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "build:portal": "astro build --config astro.config.cultroll-admin.mjs",
    "preview:portal": "sh -c 'astro preview --config astro.config.cultroll-admin.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4329}\" --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "deploy:portal": "npm run build:portal && wrangler pages deploy dist/cultroll-admin --project-name cultroll-admin-web --branch main --commit-dirty=true",
    "dev:cultroll-admin": "sh -c 'astro dev --config astro.config.cultroll-admin.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4328}\" --strictPort --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "build:cultroll-admin": "astro build --config astro.config.cultroll-admin.mjs",
    "preview:cultroll-admin": "sh -c 'astro preview --config astro.config.cultroll-admin.mjs --host \"${HOST:-127.0.0.1}\" --port \"${PORT:-4329}\" --allowed-hosts \"${CULTROLL_ALLOWED_HOSTS:-localhost,127.0.0.1,::1}\"'",
    "deploy:cultroll-admin": "npm run build:cultroll-admin && wrangler pages deploy dist/cultroll-admin --project-name cultroll-admin-web --branch main --commit-dirty=true"
  },
  "keywords": [
    "cultroll",
    "film",
    "cinema",
    "showtimes"
  ],
  "author": "CULTSCALE LLC",
  "license": "UNLICENSED",
  "private": true,
  "dependencies": {
    "@astrojs/cloudflare": "^12.6.12",
    "@astrojs/mdx": "^4.3.13",
    "@astrojs/partytown": "^2.1.4",
    "@astrojs/sitemap": "^3.7.0",
    "@astrojs/solid-js": "^5.1.3",
    "astro": "^5.16.15",
    "jose": "^6.2.1",
    "lenis": "^1.3.15",
    "solid-js": "^1.9.11"
  },
  "devDependencies": {
    "node-addon-api": "^8.5.0",
    "node-gyp": "^12.1.0",
    "sharp": "^0.34.5",
    "wrangler": "4.74.0"
  },
  "overrides": {
    "wrangler": "4.74.0"
  }
}
