{ "name": "rb-web", "version": "0.2.0", "description": "Frontend for the Rusty Bever blogging software.", "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", "image": "docker build -t chewingbever/rb-web:0.2.0 ." }, "devDependencies": { "astro": "0.21.13", "miragejs": "0.1.43" } }