forked from iosiro/baserunner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 788 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
28
29
30
31
32
33
34
35
{
"name": "baserunner",
"version": "2.0.0",
"description": "A tool for exploring Firebase datastores.",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "node index.js",
"startssl": "sudo node index.js 443"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iosiro/baserunner.git"
},
"keywords": [
"firebase",
"security"
],
"author": "iosiro",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iosiro/baserunner/issues"
},
"homepage": "https://github.com/iosiro/baserunner#readme",
"dependencies": {
"express": "^4.17.1",
"firebase": "^8.2.9",
"json5": "^2.2.0",
"stimulus": "^2.0.0"
},
"devDependencies": {
"webpack": "^5.24.0",
"webpack-cli": "^4.5.0"
}
}