synchronizer-cli
Version:
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 WebSo
82 lines (81 loc) • 1.75 kB
JSON
{
"name": "synchronizer-cli",
"version": "2.6.1",
"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"
}
}