-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 876 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
37
{
"name": "qkart",
"version": "1.0.0",
"description": "Qkart is an e-commerce backend project",
"main": "index.js",
"author": "Pratiyush",
"license": "ISC",
"scripts": {
"test": "jest -i",
"dev": "nodemon index.js"
},
"dependencies": {
"abortcontroller-polyfill": "^1.7.5",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helmet": "^7.1.0",
"http-status": "^1.7.3",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.3",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"validator": "^13.11.0"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"faker": "^6.6.6",
"jest": "^29.7.0",
"mockingoose": "^2.16.2",
"node-mocks-http": "^1.14.0",
"nodemon": "^3.0.2",
"supertest": "^6.3.3"
}
}