-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1007 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 1007 Bytes
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": "express-mongodb-product-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"dotenv-safe": "^8.2.0",
"express": "^4.18.2",
"express-exception-handler": "^1.3.60",
"express-list-endpoints": "^6.0.0",
"express-session": "^1.17.3",
"hybrid-crypto-js": "^0.2.4",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.1.0",
"mongoose": "^7.5.3",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.6.1",
"nodemailer": "^6.9.5",
"ondcreferenceapppaymentservice": "github:ONDC-Official/biap-client-node-js",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"randomstring": "^1.3.0",
"sequelize": "^6.33.0"
}
}