-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 926 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
35
36
37
38
{
"name": "@butlerlogic/firebase-api",
"version": "1.0.11",
"description": "A boilerplate structure for building an HTTP API using Firebase functions.",
"main": "index.js",
"scripts": {
"postinstall": "node ./scripts/setup.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"api": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ButlerLogic/firebase-api.git"
},
"keywords": [
"firebase",
"api",
"cloud",
"functions",
"serverless",
"faas",
"rest"
],
"author": "Corey Butler",
"license": "MIT",
"bugs": {
"url": "https://github.com/ButlerLogic/firebase-api/issues"
},
"homepage": "https://github.com/ButlerLogic/firebase-api#readme",
"dependencies": {
"firebase-admin": "8.9.2",
"firebase-functions": "3.3.0",
"localenvironment": "1.1.0",
"@butlerlogic/firebase": "1.0.3"
}
}