forked from vinicius0012/selectFullStackDeveloper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 667 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 667 Bytes
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
{
"name": "soft",
"version": "1.0.0",
"main": "index.js",
"author": "Augusto Vinícius <augusto.geek@gmail.com> (https://github.com/adoidadox2)",
"license": "MIT",
"scripts": {
"dev": "nodemon src/server.js"
},
"dependencies": {
"bcrypt": "^4.0.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-validation": "^3.0.5",
"jsonwebtoken": "^8.5.1",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
"require-dir": "^1.2.0",
"sequelize": "^5.21.11",
"youch": "^2.0.10"
},
"devDependencies": {
"nodemon": "^2.0.4",
"sequelize-cli": "^5.5.1"
}
}