-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
38
39
40
41
42
{
"name": "product-manager-backend",
"version": "1.0.0",
"description": "Product manager backend use nodejs",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangngocquan/product-manager-backend.git"
},
"author": "dangngocquan",
"license": "ISC",
"bugs": {
"url": "https://github.com/dangngocquan/product-manager-backend/issues"
},
"homepage": "https://github.com/dangngocquan/product-manager-backend#readme",
"dependencies": {
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"cloudinary": "^1.41.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"googleapis": "^126.0.1",
"jsonwebtoken": "^9.0.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.0",
"nodemailer": "^6.9.5",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"pg": "^8.11.3",
"two-step-auth": "^1.1.2"
},
"engines": {
"node": "20.5.0"
}
}