discord-bot-rss-feed/package.json

31 lines
725 B
JSON
Raw Normal View History

2017-09-01 17:51:05 +03:00
{
2018-01-27 22:12:31 +02:00
"version": "3.5.1",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./core && npm install",
2018-01-27 04:31:59 +02:00
"start": "node ./app/index.js --name=rss-feed"
},
"dependencies": {
2018-01-23 02:30:10 +02:00
"@types/node": "9.3.0",
"discord.js": "11.2.0",
"eslint": "4.16.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": ""
2017-12-07 03:35:00 +02:00
}