Skip to content

Commit eabeab7

Browse files
author
Adrian Stein
committed
This is the result of npm init
1 parent d05dd23 commit eabeab7

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "firebase-admin",
2+
"name": "@adrianstein/firebase-admin",
33
"version": "8.3.0",
44
"description": "Firebase admin SDK for Node.js",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
@@ -43,7 +43,7 @@
4343
],
4444
"repository": {
4545
"type": "git",
46-
"url": "https://github.com/firebase/firebase-admin-node"
46+
"url": "git+https://github.com/firebase/firebase-admin-node.git"
4747
},
4848
"main": "lib/index.js",
4949
"files": [
@@ -58,7 +58,9 @@
5858
"@types/node": "^8.0.53",
5959
"dicer": "^0.3.0",
6060
"jsonwebtoken": "8.1.0",
61-
"node-forge": "0.7.4"
61+
"node-forge": "0.7.4",
62+
"@google-cloud/firestore": "^2.0.0",
63+
"@google-cloud/storage": "^3.0.2"
6264
},
6365
"optionalDependencies": {
6466
"@google-cloud/firestore": "^2.0.0",
@@ -112,5 +114,11 @@
112114
"typedoc": "^0.14.2",
113115
"typescript": "^3.1.0",
114116
"yargs": "^13.2.2"
117+
},
118+
"bugs": {
119+
"url": "https://github.com/firebase/firebase-admin-node/issues"
120+
},
121+
"directories": {
122+
"test": "test"
115123
}
116124
}

0 commit comments

Comments
 (0)