{ "private": true, "type": "module", "scripts": { "sync:docs": "node ./scripts/sync-docs.mjs", "build:demo": "node ./scripts/build-demo-runtime.mjs", "dev": "npm run sync:docs && npm run build:demo && astro dev", "build": "npm run sync:docs && npm run build:demo && astro build && node ./scripts/materialize-demo-routes.mjs", "preview": "astro preview" }, "dependencies": { "@astrojs/starlight": "^0.39.2", "astro": "^6.3.7", "starlight-theme-nova": "^0.11.11", "typescript": "^6.0.3" }, "engines": { "node": ">=22.0.0" } }