-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 868 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
{
"name": "chess",
"version": "1.0.0",
"description": "### File structure",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "env-cmd config/dev.env nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratham1002/chess.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pratham1002/chess/issues"
},
"homepage": "https://github.com/pratham1002/chess",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-jwt": "^5.3.1",
"jsonwebtoken": "^8.5.1",
"query-string": "^6.12.1",
"socket.io": "^2.3.0"
},
"devDependencies": {
"env-cmd": "^8.0.2",
"nodemon": "^1.18.11"
}
}