-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "bssccbot",
"version": "1.4.0",
"description": "Bayview Computer Club's Discord Bot",
"main": "src/index.js",
"dependencies": {
"8ball": "^1.0.6",
"@discordjs/opus": "^0.1.0",
"axios": "^0.21.1",
"bufferutil": "^4.0.1",
"csv-parser": "^2.3.2",
"discord.js": "^11.6.4",
"dotenv": "^8.2.0",
"emoji-text": "^0.2.6",
"erlpack": "github:discord/erlpack",
"express": "^4.17.1",
"gm": "^1.23.1",
"jimp": "^0.10.0",
"jpeg-js": ">=0.4.0",
"libsodium-wrappers": "^0.7.6",
"lodash": "^4.17.21",
"mathjax-node": "^2.1.1",
"mathjax-node-svg2png": "^2.0.0",
"mathjs": "^7.5.1",
"mssql": "^6.2.0",
"parse-duration": "^0.3.3",
"strip-ansi": "^6.0.0",
"svg2img": "^0.9.2",
"truncate": "^2.1.0",
"wikijs": "^6.2.0",
"ytdl-core": "^4.5.0",
"ytsr": "^3.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"author": "Seshan Ravikumar",
"license": "AGPL-3.0"
}