{ "name": "runicgateway.com", "version": "0.1.0", "private": true, "type": "module", "license": "GPL-3.0-or-later", "description": "The public marketing and documentation site for Runic Gateway", "engines": { "node": ">=22" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "start": "node ./dist/server/entry.mjs", "check": "astro check", "check:facts": "node scripts/checkFacts.mjs", "check:tokens": "node scripts/checkTokens.mjs", "verify": "npm run check:tokens && npm run check:facts && npm run check && npm run build" }, "dependencies": { "@astrojs/node": "^11.1.4", "@astrojs/starlight": "^0.41.7", "@fontsource-variable/cinzel": "^5.3.0", "@fontsource-variable/inter": "^5.3.0", "astro": "^7.2.4", "sharp": "^0.35.3" }, "devDependencies": { "@astrojs/check": "^0.9.10", "typescript": "^6.0.3" } }