astro-icinga/package.json
2025-04-11 00:21:34 +02:00

17 lines
291 B
JSON

{
"name": "astro-icinga",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.6.1",
"base-64": "^1.0.0",
"https": "^1.0.0"
}
}