-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 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
51
52
{
"name": "bug-trackr-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watchAll --verbose --testEnvironment=node",
"start": "node index.js"
},
"engines": {
"node": "^12.19.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rushilp2311/bug-trackr-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rushilp2311/bug-trackr-backend/issues"
},
"homepage": "https://github.com/rushilp2311/bug-trackr-backend#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"compression": "^1.7.4",
"config": "^3.3.2",
"cors": "^2.8.5",
"eslint": "^7.12.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"helmet": "^4.1.1",
"joi": "13.1.0",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mongoose": "^5.10.7",
"nodemon": "^2.0.5",
"prettier": "^2.1.2",
"socket.io": "^3.0.4",
"winston": "^3.3.3",
"winston-mongodb": "^5.0.5"
},
"devDependencies": {
"jest": "^26.6.3",
"supertest": "^6.0.1"
}
}