-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "khadok",
"version": "2.0.0",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "sadik",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.13.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"connect-pg-simple": "^9.0.1",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.7.0",
"nodemon": "^3.1.7",
"panolens": "^0.10.4",
"pg": "^8.12.0",
"socket.io": "^4.8.1",
"uuid": "^8.3.2"
}
}