You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

24 lines
487 B
JSON

{
"name": "feedrsser",
"version": "0.0.0",
"description": "rss bot with config over room state",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.lubiland.de/lubiland/feedrsser.git"
},
"keywords": [
"matrix",
"appservice",
"gamemodeon"
],
"author": "lub",
"license": "GPL-3.0",
"dependencies": {
"matrix-appservice-bridge": "^1.7.0"
}
}