-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 972 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 972 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
36
{
"name": "docker-sftp",
"version": "0.10.0",
"description": "SSH tunnels to Kubernetes containers",
"main": "bin/server.js",
"scripts": {
"dev-start": "worker service restart rabbit-ssh-server",
"start": "worker service restart sshd && worker service restart rabbit-ssh-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"controller.keys": "lib/controller.keys.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/udx/docker-sftp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/udx/docker-sftp/issues"
},
"homepage": "https://github.com/udx/docker-sftp#readme",
"dependencies": {
"async": "^3.2.6",
"axios": "^1.13.6",
"debug": "^4.4.3",
"dot-object": "^2.1.5",
"express": "^5.2.1",
"firebase-admin": "^13.7.0",
"google-gax": "^5.0.6",
"lodash": "^4.17.23",
"md5": "^2.3.0",
"mustache": "^4.2.0"
}
}