-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"name": "aziel",
"version": "1.0.0",
"description": "A very epic discord bot made in discord.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "nodemon src/index.js"
},
"keywords": [
"discordbot",
"aziel"
],
"author": "Vital Development",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.14.0",
"@elara-services/eval-helper": "^1.1.1",
"browser-request": "^0.3.3",
"connect-sqlite3": "^0.9.13",
"connectfour-discord": "^0.1.17",
"dhms": "^1.0.1",
"discord-gamecord": "^4.0.0",
"discord-tictactoe": "^4.0.0",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-minify-html-terser": "^1.0.2",
"express-session": "^1.17.3",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"helmet": "^6.0.0",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.7.3",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.20",
"opusscript": "^0.0.8",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"revolt.js": "^6.0.19",
"statcord.js": "^3.4.3",
"superagent": "^8.0.6",
"twemoji-parser": "^14.0.0",
"valorant-api-client": "^0.0.1",
"vitallist.js": "^1.5.0",
"voidbots": "^2.6.3",
"voidbots.api": "^0.0.3",
"xmlhttp-request": "^0.4.1"
}
}