We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacc627 commit da06e57Copy full SHA for da06e57
package.json
@@ -12,7 +12,23 @@
12
"test": "mocha .tmp/spec/index.spec.js",
13
"posttest": "npm run lint && rm -rf .tmp"
14
},
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/firebase/firebase-functions-test.git"
18
+ },
19
+ "keywords": [
20
+ "firebase",
21
+ "functions",
22
+ "google",
23
+ "cloud",
24
+ "test"
25
+ ],
26
"author": "Firebase Team",
27
+ "license": "MIT",
28
+ "bugs": {
29
+ "url": "https://github.com/firebase/firebase-functions-test/issues"
30
31
+ "homepage": "https://github.com/firebase/firebase-functions-test#readme",
32
"dependencies": {
33
"@types/lodash": "^4.14.104",
34
"firebase-admin": "^5.11.0",
0 commit comments