-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
40
41
42
{
"name": "link-flayer",
"version": "1.1.6",
"description": "Discord RSS News Bot",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"axios": "^1.4.0",
"chatgpt": "^1.4.0",
"discord-api-types": "^0.35.0",
"discord.js": "^13.8.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"flyctl": "^1.2.2",
"fs": "^0.0.1-security",
"fuse": "^0.12.1",
"fuse.js": "^7.1.0",
"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",
"update": "flyctl version update"
},
"author": "John Facey",
"license": "ISC",
"devDependencies": {
"jsdoc": "^3.6.7"
}
}