-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.06 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": "backend-pf-e-commerce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-commerce-henry/backend-pf-e-commerce.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/e-commerce-henry/backend-pf-e-commerce/issues"
},
"homepage": "https://github.com/e-commerce-henry/backend-pf-e-commerce#readme",
"dependencies": {
"@nestjs/cli": "^8.2.0",
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"firebase-admin": "^10.0.2",
"google-auth-library": "^7.11.0",
"jsonwebtoken": "^8.5.1",
"mercadopago": "^1.5.12",
"nodemailer": "^6.7.2",
"pg": "^8.7.1",
"sequelize": "^6.13.0"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^2.0.15"
}
}