-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 942 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": "fifa-21---api-rest",
"version": "1.0.0",
"description": "A api rest to consult teams and players on FIFA 21 Ultimate Team Api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JuanEstebanCC/FIFA-21---API-REST.git"
},
"author": "Juan Esteban Cifuentes Castañeda",
"license": "ISC",
"bugs": {
"url": "https://github.com/JuanEstebanCC/FIFA-21---API-REST/issues"
},
"homepage": "https://github.com/JuanEstebanCC/FIFA-21---API-REST#readme",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"helmet": "^4.6.0",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}