-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 865 Bytes
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
{
"name": "derbyapi",
"version": "1.0.0",
"description": "This app fetches data from the Roller Derby API database and sends it to an endpoint. There are four endpoints: Structure, Rules, Official Types, and Officials.",
"main": "firebase.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quinise/rollerderbyapi.git"
},
"keywords": [
"roller-derby",
"api",
"REST",
"Firebase",
"Node.js"
],
"author": "Quinise Ercolano",
"license": "MIT",
"bugs": {
"url": "https://github.com/quinise/rollerderbyapi/issues"
},
"homepage": "https://github.com/quinise/rollerderbyapi#readme",
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"firebase-admin": "^11.10.1"
}
}