-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
30 lines (30 loc) · 847 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
{
"name": "proyecto-backend-node-platzi",
"version": "1.0.0",
"description": "Proyecto del curso avanzado de backend con NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodingCarlos/proyecto-backend-node-platzi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodingCarlos/proyecto-backend-node-platzi/issues"
},
"homepage": "https://github.com/CodingCarlos/proyecto-backend-node-platzi#readme",
"dependencies": {
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.17.1",
"nanoid": "^2.1.7",
"redis": "^2.8.0",
"request": "^2.88.0",
"swagger-ui-express": "^4.1.2"
}
}