-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "gamelog",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "cross-env NODE_ENV=test jest test/* --watch",
"test:watch": "jest --watch",
"test:cov": "cross-env NODE_ENV=test jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SultanOfGamer/GameLog-Server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SultanOfGamer/GameLog-Server/issues"
},
"homepage": "https://github.com/SultanOfGamer/GameLog-Server#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-mongo": "^4.5.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
"helmet": "^4.6.0",
"mongoose": "^6.0.2",
"mongoose-sequence": "^5.3.1",
"multer": "^1.4.3",
"nodeml": "^0.4.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"shortid": "^2.2.16",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^27.2.4",
"request": "^2.88.2",
"supertest": "^6.1.6",
"supertest-session": "^4.1.0"
}
}