-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1004 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "link-flayer",
"version": "1.1.2",
"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"
}
}