20 lines
452 B
JSON
20 lines
452 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|