14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"name": "noctura-newsbot",
|
|
"version": "1.0.0",
|
|
"description": "Matrix News Bot für noctura.dev",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"matrix-bot-sdk": "^0.7.1",
|
|
"rss-parser": "^3.13.0",
|
|
"node-cron": "^3.0.3"
|
|
}
|
|
}
|