Files
aerocity/package.json
2026-06-24 18:09:01 +02:00

17 lines
324 B
JSON

{
"name": "aerocity",
"type": "module",
"version": "0.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.2"
}
}