Files
Gallus_Pub/Gallus_Pub_v1/package.json

15 lines
245 B
JSON

{
"name": "gallus-pub-v1",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.12.0"
}
}