2025-04-25 10:54:41 +02:00
|
|
|
{
|
|
|
|
"name": "munin",
|
|
|
|
"libs": [
|
|
|
|
{
|
|
|
|
"kind": "plankton",
|
|
|
|
"data": {
|
|
|
|
"modules": [
|
|
|
|
"pit",
|
|
|
|
"http",
|
|
|
|
"ical",
|
2025-04-27 22:30:22 +02:00
|
|
|
"string",
|
2025-04-25 10:54:41 +02:00
|
|
|
"telegram",
|
2025-04-27 22:30:22 +02:00
|
|
|
"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",
|
2025-04-27 22:30:22 +02:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|