Files
Emmelia-Link-Flayer-Rewrite/package.json
2021-12-23 16:29:03 -06:00

26 lines
628 B
JSON

{
"name": "link-flayer",
"version": "1.0.0",
"description": "Discord RSS News Bot",
"main": "index.js",
"dependencies": {
"discord.js": "^12.5.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"jsonfile": "^6.1.0",
"rss-parser": "^3.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"push": "git push heroku main",
"restart": "heroku dyno:restart",
"stop": "heroku dyno:stop",
"tail": "heroku logs --tail",
"local": "heroku local web"
},
"author": "John Facey",
"license": "ISC"
}