-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 826 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": "exercicios-backend-autenticacao-criptografia",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"nodemon": "^3.1.2"
},
"scripts": {
"dev": "nodemon ./01/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JessAlvess/exercicios-backend-autenticacao-criptografia.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JessAlvess/exercicios-backend-autenticacao-criptografia/issues"
},
"homepage": "https://github.com/JessAlvess/exercicios-backend-autenticacao-criptografia#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.5"
}
}