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
78 lines (78 loc) · 2.07 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.07 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
{
"name": "synchronizer-cli",
"version": "2.2.6",
"description": "Complete CLI toolkit for Multisynq Synchronizer - Production release with automatic Enterprise API setup via --api option, enhanced Enterprise API integration featuring immediate action selection (Start/Service/Web/Quit), cloud deployment startup script, automated synq key provisioning, completely removed multisynq-org image references, corrected wallet points API integration, intelligent container management for both start and nightly commands, automated reconnection, graceful stop handling, automated image update monitoring, persistent wallet lifetime points tracking, password-protected dashboard, auto-installation, and systemd service generation with built-in troubleshooting",
"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"
],
"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"
},
"files": [
"index.js",
"README.md",
"ENTERPRISE.md",
"startup-synchronizer.sh"
],
"scripts": {
"test": "node index.js --help"
}
}