munin/ivaldi.json
fenris 1fe6b75b4e Zeichenketten auslagern (#2)
Siehe https://vikunja.ramsch.sx/tasks/343

Co-authored-by: Christian Fraß <roydfalk@folksprak.org>
Reviewed-on: #2
Co-authored-by: Fenris Wolf <fenris@folksprak.org>
Co-committed-by: Fenris Wolf <fenris@folksprak.org>
2025-07-01 19:05:51 +02:00

40 lines
522 B
JSON

{
"name": "munin",
"libs": [
{
"kind": "plankton",
"data": {
"modules": [
"pit",
"http",
"ical",
"string",
"email",
"telegram",
"url",
"json",
"file",
"conf",
"log",
"translate",
"args"
]
}
}
],
"sources": [
"helpers/test.ts",
"types.ts",
"sources/ical_feed.ts",
"sources/_functions.ts",
"targets/telegram_bot.ts",
"targets/email.ts",
"targets/_functions.ts",
"conf.ts",
"logic.ts",
"test.ts",
"main.ts"
]
}