-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 877 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
{
"name": "devassetspro-app",
"version": "1.0.0",
"description": "DevAssetsPro App é uma plataforma de gerenciamento de ativos que permite aos usuários armazenar informações sobre os seus ativos.",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"seed:users": "node seeders/userAndAsset.js"
},
"author": "Miguel Silva",
"license": "ISC",
"dependencies": {
"@vercel/node": "^2.15.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^8.2.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.21",
"slugify": "^1.6.5",
"socket.io": "^4.6.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2"
}
}