-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 934 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 934 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
37
38
39
40
41
{
"name": "rootless-ssh",
"version": "1.1.6",
"description": "This package works as a workaround ssh by using websockets and child_process. It is suitable for people who can't have ssh on their server or don't have root access to install ssh.",
"main": "init.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ServerDeveloper9447",
"license": "ISC",
"dependencies": {
"ws": "^8.18.1"
},
"keywords": [
"root",
"rootless",
"ssh",
"less",
"websocket",
"wss",
"ws"
],
"homepage": "https://github.com/ServerDeveloper9447/rootless-ssh",
"bugs": {
"url": "https://github.com/ServerDeveloper9447/rootless-ssh/issues"
},
"engines": {
"node": ">=16"
},
"os": [
"linux",
"darwin",
"win32"
],
"contributors": [
"neverUsedDC (https://www.npmjs.com/~justcoding123)"
],
"bin": {
"wssh": "src/cli.js"
}
}