-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "event-manager",
"version": "1.0.0",
"description": "Creiei esta estrutura pra ter um ponto de partida no desenvolvimento a partir do express",
"main": "server.js",
"type": "module",
"scripts": {
"dev": "nodemon ./server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Roneyfischer/event-manager.git"
},
"keywords": [
"event",
"manager",
"roney",
"roney",
"fischer",
"IEAD",
"assembleia",
"igreja",
"gerenciador",
"eventos",
"lista"
],
"author": "Rôney Fischer Soares da Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/Roneyfischer/event-manager/issues"
},
"homepage": "https://github.com/Roneyfischer/event-manager#readme",
"dependencies": {
"argon2": "^0.30.1",
"chalk": "^5.1.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"jwtoken": "^0.0.0",
"nodemon": "^2.0.20",
"pg": "^8.8.0"
}
}