-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 947 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
38
{
"name": "izumi",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
"build": "tsc"
},
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.7.5",
"@types/node": "^17.0.5",
"bufferutil": "^4.0.5",
"discord-api-types": "^0.25.2",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"erlpack": "^0.1.3",
"googleapis": "^92.0.0",
"redis": "^4.0.1",
"spdl-core": "^2.0.2",
"spotifydl-core": "^0.2.0",
"tweetnacl": "^1.0.3",
"utf-8-validate": "^5.0.7",
"youtube-dl-exec": "^2.0.2",
"ytdl-core": "^4.9.2",
"ytsr": "^3.5.3",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.2"
}
}