{ "name": "Bi's Blog", "version": "0.20.0", "private": true, "scripts": { "prebuild": "node scripts/generate-abbrlinks.mjs", "build": "astro build", "clean": "astro sync", "dev": "astro dev", "preview": "astro preview", "server": "astro dev" }, "dependencies": { "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.3", "astro": "^6.4.8", "rehype-mathjax": "^7.1.0", "remark-math": "^6.0.0", "typesense": "^3.0.6" } }