-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "bilderberg_butler",
"version": "3.0.1",
"description": "Discord bot for bilderberg club",
"main": "index.js",
"scripts": {
"start": "node main.js",
"doc": "jsdoc -c ./jsdoc.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d0ctr/bilderberg_butler.git"
},
"author": "@d0ctr (Danila Vasilev)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/d0ctr/bilderberg_butler/issues"
},
"homepage": "https://github.com/d0ctr/bilderberg_butler#readme",
"dependencies": {
"@anthropic-ai/sdk": "^0.17.2",
"@discordjs/rest": "^2.0.1",
"@grammyjs/files": "^1.0.4",
"axios": "^1.5.1",
"better-telegraph": "^2.1.1",
"discord-api-types": "^0.37.61",
"discord.js": "^14.14.1",
"dotenv": "^16.1.0",
"express": "^4.18.1",
"form-data": "^4.0.0",
"grammy": "^1.20.2",
"howlongtobeat": "github:d0ctr/howlongtobeat#master",
"ioredis": "^5.2.4",
"jquery": "^3.7.1",
"jsdom": "^22.1.0",
"marked": "^11.2.0",
"mathjs": "^11.4.0",
"openai": "^4.17.0",
"turndown": "^7.1.1",
"uuid": "^9.0.1",
"winston": "^3.8.1",
"winston-loki": "^6.0.6"
},
"devDependencies": {
"docdash": "^2.0.2",
"eslint": "^8.6.0",
"jsdoc": "^4.0.2"
},
"engines": {
"node": ">=18.17.1"
}
}