40 lines
1004 B
JSON
40 lines
1004 B
JSON
{
|
|
"name": "link-flayer",
|
|
"version": "1.0.4",
|
|
"description": "Discord RSS News Bot",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.15.0",
|
|
"@discordjs/rest": "^0.5.0",
|
|
"airtable": "^0.11.1",
|
|
"axios": "^0.24.0",
|
|
"chatgpt": "^1.4.0",
|
|
"discord-api-types": "^0.35.0",
|
|
"discord.js": "^13.8.1",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"fs": "^0.0.1-security",
|
|
"js-doc": "^0.5.0",
|
|
"jsonfile": "^6.1.0",
|
|
"mathjs": "^10.6.4",
|
|
"openai": "^3.1.0",
|
|
"parse-files": "^0.1.1",
|
|
"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 ps:scale web=0",
|
|
"one": "heroku ps:scale web=1",
|
|
"tail": "heroku logs --tail",
|
|
"local": "heroku local web"
|
|
},
|
|
"author": "John Facey",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"jsdoc": "^3.6.7"
|
|
}
|
|
}
|