-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 860 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
{
"name": "aog-and-typeform",
"version": "0.0.0",
"description": "",
"scripts": {
"build": "npm --prefix ./functions run build",
"build:watch": "npm --prefix ./functions run build:watch",
"deploy": "firebase deploy",
"deploy:firebase": "firebase deploy --non-interactive",
"postinstall": "npm --prefix ./functions install",
"start": "firebase emulators:start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelSolati/aog-and-typeform.git"
},
"keywords": [
"aog"
],
"author": "Michael Solati mkslt04@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichaelSolati/aog-and-typeform/issues"
},
"homepage": "https://github.com/MichaelSolati/aog-and-typeform#readme",
"devDependencies": {
"firebase-tools": "^10.2.2",
"npm-run-all": "^4.1.5"
}
}