-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "back-syt",
"version": "1.0.0",
"description": "Es un sitio web de marcadores sociales donde los usuarios son capaces de compartir información educativa sobre lenguajes de programación y tecnologías referentes al desarrollo software, además podrás interactuar con los otros usuarios y así crear una gran comunidad.",
"main": "index.js",
"scripts": {
"start": "nodemon -L"
},
"repository": {
"type": "git",
"url": "git+https://github.com/userJAMT/Back-SYT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/userJAMT/Back-SYT/issues"
},
"homepage": "https://github.com/userJAMT/Back-SYT#readme",
"dependencies": {
"axios": "^1.1.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.32.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"fs-extra": "^10.1.0",
"googleapis": "^109.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"sequelize": "^6.25.3",
"stripe": "^10.17.0"
}
}