-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 878 Bytes
/
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
{
"name": "istays-utilities",
"version": "1.0.0",
"description": "",
"engines": {
"node": "16.15.1"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.10.0",
"ascii-table": "^0.0.9",
"axios": "^0.27.2",
"better-discord-antispam-with-good-grammar": "^1.0.10",
"canvacord": "^5.2.3",
"canvas": "^2.11.2",
"common-tags": "^1.8.2",
"cron": "^2.1.0",
"discord-xp": "^1.1.16",
"discord.js": "^12.5.0",
"ffmpeg-static": "^4.4.1",
"got": "^11.8.2",
"libsodium-wrappers": "^0.7.10",
"moment": "^2.29.3",
"mongoose": "^5.9.11",
"ms": "^2.1.3",
"node-fetch": "^2.0.0",
"stylish-text": "^1.1.3",
"ws": "^8.8.0"
}
}