munin/ivaldi.json

30 lines
374 B
JSON
Raw Normal View History

2025-04-25 10:54:41 +02:00
{
"name": "munin",
"libs": [
{
"kind": "plankton",
"data": {
"modules": [
"pit",
"http",
"ical",
"telegram",
"conf",
2025-04-25 12:50:13 +02:00
"log",
2025-04-25 10:54:41 +02:00
"args"
]
}
}
],
"sources": [
"types.ts",
"sources/kalender_digital.ts",
"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"
]
}