-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 932 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 932 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
{
"name": "chipstackoverflow-firebase",
"version": "0.0.0",
"description": "Undefined yet.",
"author": "Kohei Asai <yo@kohei.dev> (https://www.kohei.dev/)",
"contributors": [
"Kohei Asai <yo@kohei.dev> (https://www.kohei.dev/)"
],
"devDependencies": {
"firebase-tools": "^8.4.2"
},
"scripts": {
"postinstall": "cd functions && npm install",
"format": "cd functions && npm run format",
"test": "cd functions && npm run test",
"build": "cd functions && npm run build",
"dev": "npm run build && firebase emulators:start --only firestore,functions,hosting --import=./emulator-snapshot"
},
"homepage": "https://github.com/agnosticful/chipstackoverflow-firebase#readme",
"bugs": {
"url": "https://github.com/agnosticful/chipstackoverflow-firebase/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agnosticful/chipstackoverflow-firebase.git"
}
}