discord-bot-rss-feed/package.json

27 lines
654 B
JSON

{
"name": "discord-feed-bot",
"version": "1.0.0",
"description": "discord-feed-bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benji7425/discord-feed-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benji7425/discord-feed-bot/issues"
},
"homepage": "https://github.com/benji7425/discord-feed-bot#readme",
"dependencies": {
"discord.io": "^2.2.4",
"feed-read": "0.0.1",
"simple-file-writer": "^2.0.0",
"jsonfile": "^2.4.0",
"urijs": "^1.18.2"
}
}