liljudd-website/package.json
2023-11-09 14:56:20 +01:00

15 lines
No EOL
286 B
JSON

{
"name": "liljudd-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.4"
}
}