-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 867 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
{
"name": "Checkers-With-Socketio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
"dev": "env-cmd -f server/config/dev.env nodemon server/index.js -e js, html"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"bad-words": "^3.0.4",
"bcrypt": "^5.0.1",
"chalk": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.18",
"multer": "^1.4.2",
"sharp": "^0.27.2",
"socket.io": "^3.1.2",
"validator": "^13.5.2"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"nodemon": "^2.0.7"
}
}