26 lines
628 B
JSON
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"
|
|
}
|