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.
31 lines
803 B
JSON
31 lines
803 B
JSON
{
|
|
"version": "3.4.0",
|
|
"main": "app/index.js",
|
|
"scripts": {
|
|
"postinstall": "cd ./discord-bot-core && npm install",
|
|
"start": "node discord-bot-core/monitor.js ./app/index.js --name=rss-feed"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "9.3.0",
|
|
"camo": "git+https://github.com/scottwrobinson/camo.git",
|
|
"discord.js": "11.2.0",
|
|
"get-urls": "7.0.0",
|
|
"jsonfile": "3.0.1",
|
|
"rss-parser": "2.12.0",
|
|
"shortid": "2.2.8"
|
|
},
|
|
"name": "discord-bot-rss-feed",
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/benji7425/discord-bot-rss-feed.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/benji7425/discord-bot-rss-feed/issues"
|
|
},
|
|
"homepage": "https://github.com/benji7425/discord-bot-rss-feed#readme",
|
|
"description": ""
|
|
}
|