forked from TheBastionBot/Bastion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "bastion",
"version": "10.11.2",
"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 src --ext .ts"
},
"devDependencies": {
"@types/discord-rpc": "^4.0.4",
"@types/express": "^4.17.17",
"@types/http-errors": "^2.0.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.1.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"typescript": "^5.0.3"
},
"dependencies": {
"@bastion/tesseract": "^5.0.1",
"@discordjs/opus": "^0.9.0",
"@iamtraction/google-translate": "^2.0.1",
"@types/gamedig": "^4.0.1",
"discord-rpc": "^4.0.1",
"dotenv": "^16.0.3",
"emoji-regex": "^10.2.1",
"gamedig": "^4.0.6",
"jsdom": "^22.0.0",
"libsodium-wrappers": "^0.7.11",
"mathjs": "^11.7.0",
"play-dl": "^1.9.6",
"r6api.js": "^4.4.1",
"undici": "^5.21.0",
"ytdl-core": "^4.11.3",
"ytpl": "^2.3.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
}
}