-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 984 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 984 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
37
38
39
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon Server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IEEE-Codebook/Server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IEEE-Codebook/Server/issues"
},
"homepage": "https://github.com/IEEE-Codebook/Server#readme",
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"mongoose": "^6.10.4",
"multer": "^1.4.5-lts.1",
"multer-gridfs-storage": "^5.0.2",
"nodemon": "^2.0.21",
"sharedb": "^3.3.0",
"socket.io": "^4.6.1",
"url": "^0.11.0",
"ws": "^8.13.0"
}
}