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>
40 lines
522 B
JSON
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"
|
|
]
|
|
}
|
|
|