forked from JoinTheAlliance/bgent-discord-voice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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": "bgent-discord-voice",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node --loader ts-node/esm src/index.ts",
"watch": "tsc --watch",
"dev": "nodemon",
"concat": "node ./scripts/concat.mjs"
},
"author": "",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.16.1",
"@types/fluent-ffmpeg": "^2.1.24",
"better-sqlite3": "^9.4.3",
"bgent": "^0.1.7",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.2.0",
"jest": "^29.7.0",
"libsodium-wrappers": "^0.7.13",
"nodemon": "^3.1.0",
"openai": "^4.24.1",
"prism-media": "^1.3.5",
"sqlite-vss": "^0.1.2",
"ts-node": "^10.9.2",
"uuid-by-string": "^4.0.0",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.10.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"optionalDependencies": {
"sqlite-vss-darwin-arm64": "^0.1.2"
}
}