-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.11 KB
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
47
48
49
50
{
"name": "ibet",
"description": "Sistema de apostas em jogos de futebol.",
"engines": {
"node": "^18.x"
},
"version": "1.0.0",
"main": "server.js",
"scripts": {
"api": "node server.js",
"auth": "node authServer.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexsami-uefs/Ibet.git"
},
"keywords": [
"node",
"nodejs",
"express",
"mysql",
"restapi"
],
"author": "Alexsami, Anésio, Camila, Ivanildo, Natália, Nirvan and Vitor",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"esm": "^3.2.25",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"node-fetch": "^3.3.2",
"npm": "^10.2.2"
},
"bugs": {
"url": "https://github.com/alexsami-uefs/Ibet/issues"
},
"homepage": "https://github.com/alexsami-uefs/Ibet#readme",
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"parallelshell": "^3.0.2"
}
}