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{
"name": "waveby-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"lint": "eslint src/js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.2",
"mongoose": "^5.4.19",
"multer": "^1.4.2",
"sharp": "^0.23.0",
"socket.io": "^2.2.0",
"validator": "^10.11.0",
"validatorjs": "^3.15.1"
},
"devDependencies": {
"eslint": "^5.15.3",
"jest": "^24.9.0",
"nodemon": "^1.18.10"
}
}