forked from multisynq/synchronizer-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.71 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.71 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "synchronizer-cli",
"version": "2.6.2",
"description": "WEBSOCKET PORT FIXED - WebSocket connection now uses correct port 3333 where the server actually runs (confirmed with curl test). No more connection failures or socket hang ups - Complete CLI toolkit for Multisynq Synchronizer with working real-time WebSocket data",
"bin": {
"synchronize": "index.js"
},
"author": "ceedeepee",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/multisynq/synchronizer-cli.git"
},
"homepage": "https://github.com/multisynq/synchronizer-cli#readme",
"bugs": {
"url": "https://github.com/multisynq/synchronizer-cli/issues"
},
"keywords": [
"multisynq",
"synchronizer",
"docker",
"cli",
"depin",
"blockchain",
"automation",
"systemd",
"container",
"installer",
"troubleshooting",
"permissions",
"ubuntu",
"debian",
"centos",
"fedora",
"linux",
"wallet",
"points",
"lifetime",
"earnings",
"monitoring",
"persistent",
"security",
"password",
"authentication",
"nightly",
"enterprise",
"api",
"startup",
"deployment",
"cloud",
"websocket",
"realtime"
],
"engines": {
"node": ">=10.0.0"
},
"os": [
"linux",
"darwin",
"win32"
],
"preferGlobal": true,
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.3.0",
"inquirer": "^7.3.3",
"express": "^4.18.2",
"node-fetch": "^2.6.7",
"@multisynq/client": "^1.0.2",
"ws": "^8.13.0"
},
"files": [
"index.js",
"README.md",
"ENTERPRISE.md",
"startup-synchronizer.sh"
],
"scripts": {
"test": "node index.js --help"
}
}