-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·87 lines (86 loc) · 2.28 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.14.0",
"@google-cloud/storage": "^6.12.0",
"@google-cloud/text-to-speech": "^4.2.3",
"@octokit/rest": "^19.0.13",
"audio-buffer-utils": "^5.1.2",
"axios": "^1.6.1",
"base64-stream": "^1.0.0",
"buffer": "^6.0.3",
"buffer-pipe": "^0.0.5",
"chalk": "4.1.0",
"cheerio": "^1.0.0-rc.12",
"concat-stream": "^2.0.0",
"curl": "^0.1.4",
"deepl-node": "^1.11.0",
"discord-speech-recognition": "^3.4.1",
"discord-together": "^1.3.31",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"file-type-cjs-fix": "^1.1.1",
"flac-bindings": "^3.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"getusermedia": "^2.0.1",
"github-release-stats": "^1.0.2",
"glob": "^9.3.5",
"google-auth-library": "^8.9.0",
"google-tts-api": "^2.0.2",
"html-to-text": "^9.0.5",
"http": "^0.0.1-security",
"js-base64": "^3.7.5",
"json-to-plain-text": "^1.1.3",
"lavacord": "^1.1.9",
"libsodium": "^0.7.13",
"libsodium-wrappers": "^0.7.13",
"navigator": "^1.0.1",
"node-bash": "^5.0.1",
"node-crc": "^1.3.2",
"node-events": "^0.0.2",
"node-fs": "^0.1.7",
"node-path": "^0.0.3",
"node-stream": "^1.7.0",
"node-summary": "^1.2.0",
"octokit": "^2.1.0",
"openai": "^3.3.0",
"opus": "^0.0.0",
"opusscript": "^0.0.8",
"path": "^0.12.7",
"piscina": "^3.2.0",
"pm2": "^5.3.0",
"prism-media": "^2.0.0-alpha.0",
"querystring": "^0.2.1",
"request": "^2.88.2",
"request-as-curl": "^0.1.0",
"request-to-curl": "^0.1.6",
"sanitize-html": "^2.11.0",
"shoukaku": "^3.4.1",
"stream": "^0.0.2",
"timers-promises": "^1.0.1",
"unirest": "^0.6.0",
"wav": "^1.0.2",
"yarn": "^1.22.19"
},
"name": "bit-scripts-chatgpt",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^18.18.9",
"nvm": "^0.0.4",
"typescript": "^4.9.5",
"zx": "^7.2.3"
}
}