-
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.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 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": "dcbot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "tsx --watch index.ts",
"start": "tsx index.ts",
"build": "prisma generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.13.1",
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.16.12",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@napi-rs/canvas": "^0.1.80",
"@openrouter/sdk": "^0.3.10",
"@prisma/extension-accelerate": "^2.0.2",
"@snazzah/davey": "^0.1.9",
"@types/express": "^5.0.6",
"cheerio": "^1.1.2",
"cli-table": "^0.3.11",
"discord.js": "^14.22.1",
"distube": "^5.2.3",
"dotenv": "^17.2.2",
"express": "^5.2.1",
"libsodium-wrappers": "^0.7.15",
"opusscript": "^0.1.1",
"play-dl": "^1.9.7",
"ts-node": "^10.9.2",
"tsx": "^4.20.5",
"youtubei.js": "^16.0.1"
},
"devDependencies": {
"@prisma/client": "^6.16.2",
"@types/ms": "^2.1.0",
"@types/nat-upnp": "^1.1.5",
"prisma": "^6.16.2"
},
"description": "",
"pnpm": {
"overrides": {
"youtubei.js": "$youtubei.js"
}
}
}