-
-
Notifications
You must be signed in to change notification settings - Fork 244
/
package.json
57 lines (57 loc) · 1.72 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
53
54
55
56
57
{
"name": "bastion",
"version": "10.16.0",
"description": "Get an enhanced Discord experience!",
"type": "module",
"homepage": "https://bastion.traction.one",
"main": "./dist/index.js",
"repository": "https://github.com/TheBastionBot/Bastion.git",
"author": "TRACTION",
"license": "",
"private": true,
"scripts": {
"build": "tsc",
"build:commands": "tesseract commands",
"commands": "tesseract publish",
"migrate": "node ./dist/migrate.js",
"start": "node .",
"test": "eslint ."
},
"devDependencies": {
"@types/discord-rpc": "^4.0.8",
"@types/express": "^4.17.21",
"@types/gamedig": "^5.0.3",
"@types/http-errors": "^2.0.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.4",
"eslint": "^9.12.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.28.0",
"@bastion/tesseract": "^5.2.2",
"@discordjs/opus": "^0.9.0",
"@google/generative-ai": "^0.21.0",
"@iamtraction/google-translate": "^2.0.1",
"@iamtraction/play-dl": "^1.9.8",
"discord-rpc": "^4.0.1",
"dotenv": "^16.4.5",
"emoji-regex": "^10.4.0",
"gamedig": "^5.1.3",
"jsdom": "^25.0.1",
"libsodium-wrappers": "^0.7.15",
"mathjs": "^13.2.0",
"openai": "^4.67.1",
"r6api.js": "^4.4.1",
"undici": "^6.19.8",
"ytdl-core": "^4.11.5",
"ytpl": "^2.3.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.4",
"zlib-sync": "^0.1.9"
}
}