-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.71 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "dcbot",
"version": "1.1.0",
"description": "",
"main": "index.js",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsx watch --env-file=.env ./src/index.ts | pino-pretty",
"start": "node dist/index.js",
"format": "prettier --write .",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"chalk": "^4.1.2",
"crypto-js": "^4.2.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fluent-ffmpeg": "^2.1.3",
"get-video-duration": "^4.1.0",
"libsodium-wrappers": "^0.7.15",
"node-fetch": "^2.7.0",
"ollama": "^0.5.9",
"pino": "^8.21.0",
"pino-elasticsearch": "^8.0.0",
"pino-pretty": "^10.3.1",
"pinyin-pro": "^3.25.0",
"seedrandom": "^3.0.5",
"sequelize": "^6.37.4",
"socket.io": "^4.8.0",
"sqlite3": "^5.1.7",
"stream-buffers": "^3.0.3",
"undici": "^6.19.8",
"uuid": "^9.0.1",
"yt-dlp-wrap": "^2.3.12",
"yt-search": "^2.12.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/node": "^18.19.54",
"@types/seedrandom": "^3.0.8",
"@types/stream-buffers": "^3.0.7",
"@types/uuid": "^9.0.8",
"@types/yt-search": "^2.10.3",
"prettier": "^2.8.8",
"sequelize-auto": "^0.8.8",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitepress": "^1.3.4"
},
"resolutions": {
"discord-api-types": "0.37.100"
}
}