-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 961 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"prod": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.15.1",
"bcrypt": "^5.1.1",
"chess.js": "^1.0.0-beta.8",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-wrapper": "^0.1.0",
"express-jwt": "^7.7.8",
"helmet": "^7.1.0",
"joi": "^17.13.3",
"madge": "^7.0.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"postgresql": "^0.0.1",
"prisma": "^5.15.1",
"redis": "^4.6.15",
"socket.io": "^4.7.5",
"speakeasy": "^2.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.4",
"prisma-dbml-generator": "^0.12.0"
}
}