-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
34
35
36
37
38
39
{
"name": "firebase-childrenkeys",
"version": "2.6.2",
"description": "Fetch children keys of Firebase Admin Database References via the REST API",
"main": "index.js",
"engines": {
"node": ">=8.0"
},
"scripts": {
"update": "yarn upgrade-interactive --latest",
"lint": "eslint *.js tests/*.js"
},
"repository": "https://github.com/Reviewable/firebase-childrenkeys",
"keywords": [
"Firebase",
"shallow",
"REST",
"keys"
],
"author": "Piotr Kaminski <piotr@reviewable.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Reviewable/firebase-childrenkeys/issues"
},
"homepage": "https://github.com/Reviewable/firebase-childrenkeys",
"dependencies": {
"axios": "^1.2.1",
"sleep-promise": "^9.1.0"
},
"peerDependencies": {
"firebase-admin": "5.x || 6.x || 7.x || 8.x || 9.x || 10.x || 11.x || 12.x || 13.x"
},
"devDependencies": {
"assert": "^2.1.0",
"eslint": "^8.21.0",
"firebase-admin": "12.0.0",
"lodash": "^4.17.21"
}
}