-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 KB
/
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
34
35
36
37
{
"name": "docker-sftp",
"version": "0.6.2",
"description": "SSH tunnels to Kubernetes containers",
"main": "bin/server.js",
"scripts": {
"dev-start": "NODE_ENV=development pm2 start --watch --name server-ssh-dev bin/server.js",
"start": "pm2 startOrReload static/ecosystem.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"controller.keys": "bin/controller.keys.js",
"rabbit.ssh": "bin/rabbit.ssh.cli.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.7.9",
"google-gax": "^4.4.1",
"debug": "^4.4.0",
"dot-object": "^2.1.5",
"express": "^4.21.2",
"firebase-admin": "^13.0.2",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"md5": "^2.3.0"
}
}