forked from 238SAMIxD/discord-ai-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 824 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
{
"type": "module",
"main": "index.ts",
"scripts": {
"start": "bun index.ts"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@tensorflow/tfjs": "^4.19.0",
"@tensorflow/tfjs-node": "^4.19.0",
"audio-decode": "^2.2.0",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"edge-tts": "^1.0.1",
"flat-cache": "^4.0.1",
"libsodium-wrappers": "^0.7.13",
"nsfwjs": "^4.1.0",
"opusscript": "^0.1.1",
"play-dl": "^1.9.7",
"recursive-readdir": "^2.2.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.1",
"@types/bun": "latest",
"@types/flat-cache": "^2.0.2",
"@types/recursive-readdir": "^2.2.4",
"eslint": "9.0.0-rc.0",
"tsx": "^4.7.2"
}
}