Files
website-astro-stefanimhoff.de/package.json
2023-02-10 17:57:28 +01:00

15 lines
259 B
JSON

{
"name": "astro-stefanimhoff.de",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.10"
}
}