-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "fempire-api",
"description": "API endpoint for fempire speakers, organizers and mentors",
"version": "0.0.0",
"scripts": {
"deploy": "firebase deploy",
"deploy:travis": "firebase deploy --non-interactive --token $FIREBASE_TOKEN",
"serve": "npm --prefix ./functions run serve",
"serve:watch": "npm --prefix ./functions run serve:watch",
"update": "node update.js",
"postinstall": "npm --prefix ./functions install ./functions"
},
"author": "Fempire",
"homepage": "https://github.com/fempire/fempire-api#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fempire/fempire-api.git"
},
"bugs": {
"url": "https://github.com/fempire/fempire-api/issues"
},
"readme": "README.md",
"license": "MIT",
"dependencies": {
"@google/maps": "^0.5.5",
"firebase-admin": "^7.0.0",
"geofirestore": "^3.2.2",
"listtojson": "0.0.6",
"mdjson": "^2.0.1",
"request": "^2.88.0"
},
"devDependencies": {
"firebase-tools": "^6.4.0"
}
}