kios-webapp/astro/package.json

13 lines
189 B
JSON
Raw Normal View History

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"build": "astro build"
},
"dependencies": {
"astro": "^2.4.1"
}
}