-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 756 Bytes
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
{
"name": "chatgpt-discordjs",
"version": "1.0.9",
"description": "",
"main": "index.js",
"type": "module",
"nodemonConfig": {
"ignore": [
"configFile/config.json"
]
},
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"gpt-3-encoder": "^1.1.4",
"https-proxy-agent": "^5.0.1",
"jsonwebtoken": "^9.0.0",
"node-fetch": "^3.3.1",
"proxy-check": "^1.0.8",
"ws": "^8.11.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}