-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.37 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@remote.it/socket-link",
"repository": {
"type": "git",
"url": "git+https://github.com/remoteit/socket-link.js.git"
},
"version": "1.0.12",
"description": "Remote.It socket-link SDK/CLI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"socket-link": "dist/cli.js"
},
"scripts": {
"build": "npm-run-all build:*",
"build:npm": "npm ci",
"build:webpack": "webpack",
"build:types": "tsc -p tsconfig.declarations.json"
},
"keywords": [
"access",
"connection",
"network",
"proxy",
"remote",
"Remote.It",
"routing",
"secure",
"tunnel",
"typescript",
"socket-link",
"websocket"
],
"author": "Benoit",
"license": "MIT",
"dependencies": {
"commander": "^11.1.0",
"http-message-signatures": "^1.0.1",
"ini": "^4.1.1",
"mysql2": "^3.6.5",
"string-template": "^1.0.0",
"ws": "^8.15.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.3"
},
"devDependencies": {
"@types/ini": "^1.3.34",
"@types/node": "^20.10.4",
"@types/string-template": "^1.0.6",
"@types/ws": "^8.5.10",
"npm-run-all": "^4.1.5",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-sources": "^3.2.3"
}
}