-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
{
"name": "autogm",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^4.15.0",
"@quixo3/prisma-session-store": "^3.1.11",
"bcrypt": "^5.1.0",
"connect-pg-simple": "^9.0.0",
"csurf": "^1.11.0",
"discord-oauth2": "^2.11.0",
"discord.js": "^14.12.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-mysql-session": "^3.0.0",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"hnswlib-node": "^1.4.2",
"jsonwebtoken": "^9.0.0",
"langchain": "^0.0.121",
"nginx": "^1.0.8",
"pdf-parse": "^1.1.1",
"twig": "^1.16.0"
},
"devDependencies": {
"@types/node": "^20.3.0",
"prisma": "^4.15.0"
},
"type": "module"
}