Files
bscscore/package.json
2025-06-05 18:08:47 +02:00

15 lines
245 B
JSON

{
"name": "growing-galaxy",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.9.0"
}
}