oont-astro/package.json
2025-04-04 10:20:53 +03:00

14 lines
No EOL
240 B
JSON

{
"name": "oont-comfy",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.6.0"
}
}