Files
computing-box/package.json
2026-04-09 19:17:41 +00:00

15 lines
249 B
JSON

{
"name": "computing-box",
"type": "module",
"version": "26.4.0-9.a",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.1"
}
}