-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "hccr-bot",
"version": "1.0.0",
"description": "That one bot I made for no reason",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "none"
},
"keywords": [
"HCCR"
],
"author": "Error-Cezar",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.4.1",
"@discordjs/voice": "^0.9.0",
"@mapbox/node-pre-gyp": "^1.0.9",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.4",
"discord-api-types": "^0.31.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"enmap": "^5.9.0",
"express": "^4.18.0",
"libsodium-wrappers": "^0.7.10",
"lzma-native": "^8.0.6",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongoose": "^6.3.4",
"node-opus": "^0.3.3",
"opusscript": "0.0.8",
"prism-media": "^2.0.0-alpha.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"node": "^16.14.2"
}
}