forked from pfDevWorks/back
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 899 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
{
"name": "back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"server": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mercadopago/sdk-react": "^0.0.16",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"mercadopago": "^1.5.16",
"morgan": "^1.10.0",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.2",
"passport": "^0.7.0",
"passport-google-oauth": "^2.0.0",
"pg": "^8.11.3",
"postgresql": "^0.0.1",
"sequelize": "^6.35.1"
}
}