-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "chatgpt-agent",
"version": "1.0.0",
"description": "Simple agent for discord users to interact with chatGPT AI at a low level.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node deploy-commands.js && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjhasan/chatgpt-agent.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tjhasan/chatgpt-agent/issues"
},
"homepage": "https://github.com/tjhasan/chatgpt-agent#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.14.0",
"@distube/spotify": "^1.5.1",
"discord-music-player": "^9.1.1",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"dotenv": "^16.0.3",
"ffmpeg-static": "^5.1.0",
"firebase": "^9.17.1",
"install": "^0.13.0",
"isomorphic-unfetch": "^4.0.2",
"npm": "^9.4.2",
"openai": "^3.1.0",
"prettier": "^2.8.3",
"python-shell": "^3.0.1",
"spotify-to-yt": "^1.1.1",
"spotify-url-info": "^3.2.3",
"stream": "^0.0.2",
"youtube-sr": "^4.3.4",
"youtubei": "^1.1.2",
"ytdl-core": "^4.11.2",
"ytsr": "^3.8.0"
}
}