-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 906 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
38
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"dev": "nodemon ./index.js",
"test": "mocha -w ./tests/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JerlibGnzlz/ecommerce-back.git"
},
"author": "Henry",
"license": "ISC",
"bugs": {
"url": "https://github.com/JerlibGnzlz/ecommerce-back/issues"
},
"homepage": "https://github.com/JerlibGnzlz/ecommerce-back#readme",
"dependencies": {
"axios": "^0.27.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"firebase": "^9.8.4",
"firebase-admin": "^11.0.0",
"joi": "^17.6.0",
"mercadopago": "^1.5.13",
"morgan": "^1.10.0",
"pg": "^8.7.3",
"sequelize": "^6.21.0"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}