-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1021 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
32
33
34
{
"name": "gerenciador_hospitalar",
"version": "1.0.0",
"description": "Um gerenciador hospitalar, para acelerar e facilitar o atendimento.",
"main": "server-application.js",
"type": "commonjs",
"scripts": {
"initialize-database": "nodemon database/initialize-database.js",
"app": "nodemon server-application.js",
"data": "nodemon server-database.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imonteiroyh/WEB.git"
},
"author": "Vandemberg Monteiro e Yago Oliveira",
"license": "ISC",
"bugs": {
"url": "https://github.com/imonteiroyh/WEB/issues"
},
"homepage": "https://github.com/imonteiroyh/WEB#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"better-sqlite3": "^8.4.0",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.17.3",
"nodemon": "^2.0.22"
}
}