munin/ivaldi.json

32 lines
394 B
JSON
Raw Normal View History

2025-04-25 10:54:41 +02:00
{
"name": "munin",
"libs": [
{
"kind": "plankton",
"data": {
"modules": [
"pit",
"http",
"ical",
"string",
2025-04-25 10:54:41 +02:00
"telegram",
"url",
2025-04-25 10:54:41 +02:00
"conf",
2025-04-25 12:50:13 +02:00
"log",
2025-04-25 10:54:41 +02:00
"args"
]
}
}
],
"sources": [
"types.ts",
"sources/ical_feed.ts",
2025-04-25 10:54:41 +02:00
"sources/_functions.ts",
2025-04-25 12:50:13 +02:00
"targets/telegram_bot.ts",
"targets/_functions.ts",
2025-04-25 10:54:41 +02:00
"conf.ts",
"main.ts"
]
}