-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1007 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
40
41
42
43
44
45
46
{
"name": "abbabotv2",
"version": "2.0.0",
"description": "",
"main": "app.js",
"type": "module",
"dependencies": {
"@discordjs/voice": "^0.9.0",
"@langchain/openai": "^0.0.33",
"censor-sensor": "^1.0.6",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.9",
"events": "^3.3.0",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"flatpickr": "^4.6.13",
"fs": "^0.0.1-security",
"jsoning": "^0.13.23",
"langchain": "^0.1.37",
"langchain-core": "^0.0.4",
"libsodium-wrappers": "^0.7.10",
"moment-timezone": "^0.5.43",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"openai": "3.2.1",
"socket.io": "^4.7.1",
"uuid": "^9.0.1",
"web-streams-polyfill": "^3.3.3"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"engines": {
"node": "18.x"
},
"nodemonConfig": {
"ignore": [
"*.json"
]
},
"keywords": [],
"author": "",
"license": "ISC"
}