-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "disneylandbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsnd index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.4.1",
"@discordjs/voice": "^0.9.0",
"@types/express": "^4.17.13",
"aveta": "^1.2.0",
"canvas": "^2.9.1",
"currency.js": "^2.0.4",
"discord-api-types": "^0.32.0",
"discord-blackjack": "^4.0.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"ffmpeg-static": "^5.0.0",
"format-duration": "^2.0.0",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.3.1",
"opusscript": "^0.0.8",
"ts-node-dev": "^1.1.8",
"tweetnacl": "^1.0.3",
"uid": "^2.0.0",
"youtube-sr": "^4.1.17",
"ytdl": "^1.4.1",
"ytdl-core": "^4.11.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
"typescript": "^4.6.4"
}
}