-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.35 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
53
54
{
"name": "ecommerce-Backend",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.1490.0",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"email-templates": "^11.1.1",
"express": "~4.16.1",
"express-list-endpoints": "^6.0.0",
"express-rate-limit": "^7.1.4",
"firebase": "9",
"firebase-admin": "^11.11.1",
"http-errors": "~1.6.3",
"image-size": "^1.0.2",
"jade": "~1.11.0",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mongoose": "6.10.0",
"mongoose-id-validator": "^0.6.0",
"mongoose-paginate-v2": "^1.7.4",
"mongoose-unique-validator": "^4.0.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"ondc-crypto-sdk-nodejs": "^1.0.2",
"ondc-node": "^1.1.6",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"valid-url": "^1.0.9",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.29.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
}
}