-
-
Notifications
You must be signed in to change notification settings - Fork 239
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.72 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bastion",
"version": "10.17.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.9",
"@types/express": "^5.0.5",
"@types/gamedig": "^5.0.3",
"@types/http-errors": "^2.0.5",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.0",
"eslint": "^9.39.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.68.0",
"@bastion/tesseract": "^5.2.5",
"@discordjs/opus": "^0.10.0",
"@google/generative-ai": "^0.24.1",
"@iamtraction/google-translate": "^2.0.1",
"@iamtraction/play-dl": "^1.9.8",
"discord-rpc": "^4.0.1",
"dotenv": "^17.2.3",
"emoji-regex": "^10.6.0",
"gamedig": "^5.3.2",
"jsdom": "^27.1.0",
"libsodium-wrappers": "^0.7.15",
"mathjs": "^15.1.0",
"openai": "^6.8.1",
"r6api.js": "^4.4.1",
"undici": "^7.16.0",
"ytdl-core": "^4.11.5",
"ytpl": "^2.3.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.9",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.10"
}
}