-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 978 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
39
{
"name": "scribecord",
"version": "3.0.0",
"description": "...",
"main": "dist/index.js",
"private": true,
"scripts": {
"start": "node dist/index",
"dev": "yarn run build && node dist/index --dev",
"build": "tsc --build",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kingch1ll/scribecord.git"
},
"author": "KingCh1ll",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"@zerotwobot/statcord.js": "^4.0.1",
"body-parser": "^1.20.2",
"discord-hybrid-sharding": "^2.1.2",
"discord.js": "^14.10.2",
"express": "^4.18.2",
"get-audio-duration": "^3.1.1",
"gtts": "^0.2.1",
"libsodium-wrappers": "^0.7.11",
"mongoose": "^7.0.3",
"prism-media": "^1.3.5",
"vosk": "^0.3.39"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/wav": "^1.0.1",
"typescript": "^5.0.4"
}
}