{ "name": "rb-web", "version": "0.2.0", "description": "Frontend for the Rusty Bever blogging software.", "main": "index.js", "repository": "https://git.rustybever.be/rusty-bever/web", "author": "Jef Roosens", "license": "MIT", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview" }, "devDependencies": { "astro": "0.21.13" } }