2025-04-10 22:55:43 +02:00
|
|
|
{
|
|
|
|
|
"name": "astro-icinga",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-04-11 00:21:34 +02:00
|
|
|
"astro": "^5.6.1",
|
|
|
|
|
"base-64": "^1.0.0",
|
|
|
|
|
"https": "^1.0.0"
|
2025-04-10 22:55:43 +02:00
|
|
|
}
|
2025-04-11 00:21:34 +02:00
|
|
|
}
|