{ "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 scripts/applyBrand.mjs && node ./dist/server/entry.mjs", "check": "astro check", "check:facts": "node scripts/checkFacts.mjs", "check:tokens": "node scripts/checkTokens.mjs", "check:brand": "node scripts/checkBrand.mjs", "check:links": "node scripts/checkLinks.mjs", "brand:assets": "node scripts/buildBrandAssets.mjs", "verify": "npm run check:tokens && npm run check:brand && npm run check && npm run build && npm run check:links && npm run check:facts" }, "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", "opentype.js": "^2.0.0", "typescript": "^6.0.3" } }