-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 919 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
31
32
33
{
"name": "@enkeldigital/firebase-admin",
"version": "0.3.2",
"description": "Wrapper over firebase-admin to simplify initialization process for both development and production environments",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"files": [
"src"
],
"scripts": {
"npm-publish": "git stash --include-untracked && npm publish && git stash apply",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Enkel-Digital/firebase-admin.git"
},
"author": "JJ",
"license": "MIT",
"bugs": {
"url": "https://github.com/Enkel-Digital/firebase-admin/issues"
},
"homepage": "https://github.com/Enkel-Digital/firebase-admin#readme",
"peerDependencies": {
"firebase-admin": "10.x"
},
"devDependencies": {
"firebase-admin": "^10.0.2"
}
}