navada-edge-cli 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/network.svg +197 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@ Interactive CLI for the **NAVADA Edge Network**. Explore nodes, Cloudflare, AI s
|
|
|
6
6
|
npm install -g navada-edge-cli
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
+
## Network Architecture
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
9
13
|
## Quick Start
|
|
10
14
|
|
|
11
15
|
```bash
|
package/network.svg
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 980" font-family="'SF Mono','Cascadia Code','IBM Plex Mono',monospace">
|
|
2
|
+
<rect width="1200" height="980" fill="#050505"/>
|
|
3
|
+
|
|
4
|
+
<!-- Title -->
|
|
5
|
+
<text x="600" y="40" fill="#ffffff" font-size="22" font-weight="600" text-anchor="middle" letter-spacing="4">NAVADA EDGE NETWORK</text>
|
|
6
|
+
<text x="600" y="58" fill="#555" font-size="11" text-anchor="middle" letter-spacing="2">Distributed AI Infrastructure — 4 Nodes | 25 Containers | 100% Docker</text>
|
|
7
|
+
|
|
8
|
+
<!-- Clients -->
|
|
9
|
+
<rect x="400" y="78" width="400" height="50" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
10
|
+
<text x="470" y="100" fill="#e0e0e0" font-size="11">iPhone</text>
|
|
11
|
+
<text x="470" y="115" fill="#444" font-size="9">Telegram</text>
|
|
12
|
+
<text x="580" y="100" fill="#e0e0e0" font-size="11">Desktop</text>
|
|
13
|
+
<text x="580" y="115" fill="#444" font-size="9">VS Code / Browser</text>
|
|
14
|
+
<text x="700" y="100" fill="#e0e0e0" font-size="11">API Consumer</text>
|
|
15
|
+
<text x="700" y="115" fill="#444" font-size="9">SDK / CLI / MCP</text>
|
|
16
|
+
|
|
17
|
+
<!-- Arrow -->
|
|
18
|
+
<line x1="600" y1="128" x2="600" y2="148" stroke="#333" stroke-width="1"/>
|
|
19
|
+
<polygon points="596,148 604,148 600,155" fill="#333"/>
|
|
20
|
+
|
|
21
|
+
<!-- Mesh Bar -->
|
|
22
|
+
<rect x="60" y="160" width="1080" height="44" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
23
|
+
<text x="200" y="178" fill="#555" font-size="9" letter-spacing="1">VPN MESH</text>
|
|
24
|
+
<text x="200" y="194" fill="#e0e0e0" font-size="11">Tailscale (WireGuard)</text>
|
|
25
|
+
<text x="500" y="178" fill="#555" font-size="9" letter-spacing="1">TUNNEL</text>
|
|
26
|
+
<text x="500" y="194" fill="#e0e0e0" font-size="11">Cloudflare → *.navada-edge-server.uk</text>
|
|
27
|
+
<text x="880" y="178" fill="#555" font-size="9" letter-spacing="1">REGISTRY</text>
|
|
28
|
+
<text x="880" y="194" fill="#e0e0e0" font-size="11">Private Docker :5000</text>
|
|
29
|
+
|
|
30
|
+
<!-- Arrow -->
|
|
31
|
+
<line x1="600" y1="204" x2="600" y2="222" stroke="#333" stroke-width="1"/>
|
|
32
|
+
<polygon points="596,222 604,222 600,229" fill="#333"/>
|
|
33
|
+
|
|
34
|
+
<!-- Section: Nodes -->
|
|
35
|
+
<text x="68" y="244" fill="#333" font-size="9" letter-spacing="2">TAILSCALE NODES</text>
|
|
36
|
+
|
|
37
|
+
<!-- NODE 1: ASUS -->
|
|
38
|
+
<rect x="60" y="255" width="265" height="235" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
39
|
+
<rect x="60" y="255" width="3" height="32" fill="#fff"/>
|
|
40
|
+
<rect x="60" y="255" width="265" height="32" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
41
|
+
<text x="72" y="274" fill="#fff" font-size="12" font-weight="600">ASUS Zenbook Duo</text>
|
|
42
|
+
<text x="72" y="282" fill="#555" font-size="9">Production Engine</text>
|
|
43
|
+
<text x="310" y="271" fill="#444" font-size="9" text-anchor="end">100.88.118.128</text>
|
|
44
|
+
<text x="310" y="282" fill="#555" font-size="9" text-anchor="end">7 containers</text>
|
|
45
|
+
<circle cx="316" cy="277" r="4" fill="#22c55e"/>
|
|
46
|
+
<!-- Services -->
|
|
47
|
+
<text x="72" y="304" fill="#e0e0e0" font-size="10">MCP Server</text><text x="310" y="304" fill="#444" font-size="10" text-anchor="end">:8811</text>
|
|
48
|
+
<line x1="72" y1="310" x2="310" y2="310" stroke="#111" stroke-width="0.5"/>
|
|
49
|
+
<text x="72" y="324" fill="#e0e0e0" font-size="10">Command Dashboard</text><text x="310" y="324" fill="#444" font-size="10" text-anchor="end">:7900</text>
|
|
50
|
+
<line x1="72" y1="330" x2="310" y2="330" stroke="#111" stroke-width="0.5"/>
|
|
51
|
+
<text x="72" y="344" fill="#e0e0e0" font-size="10">Docker Registry</text><text x="310" y="344" fill="#444" font-size="10" text-anchor="end">:5000</text>
|
|
52
|
+
<line x1="72" y1="350" x2="310" y2="350" stroke="#111" stroke-width="0.5"/>
|
|
53
|
+
<text x="72" y="364" fill="#e0e0e0" font-size="10">OpenCode</text><text x="310" y="364" fill="#444" font-size="10" text-anchor="end">:3200</text>
|
|
54
|
+
<line x1="72" y1="370" x2="310" y2="370" stroke="#111" stroke-width="0.5"/>
|
|
55
|
+
<text x="72" y="384" fill="#e0e0e0" font-size="10">Portainer Agent</text><text x="310" y="384" fill="#444" font-size="10" text-anchor="end">:9001</text>
|
|
56
|
+
<line x1="72" y1="390" x2="310" y2="390" stroke="#111" stroke-width="0.5"/>
|
|
57
|
+
<text x="72" y="404" fill="#e0e0e0" font-size="10">Builder</text><text x="310" y="404" fill="#444" font-size="10" text-anchor="end">:4000</text>
|
|
58
|
+
<line x1="72" y1="410" x2="310" y2="410" stroke="#111" stroke-width="0.5"/>
|
|
59
|
+
<text x="72" y="424" fill="#e0e0e0" font-size="10">Sandbox</text><text x="310" y="424" fill="#444" font-size="10" text-anchor="end">:3100</text>
|
|
60
|
+
|
|
61
|
+
<!-- NODE 2: EC2 -->
|
|
62
|
+
<rect x="340" y="255" width="265" height="255" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
63
|
+
<rect x="340" y="255" width="3" height="32" fill="#666"/>
|
|
64
|
+
<rect x="340" y="255" width="265" height="32" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
65
|
+
<text x="352" y="274" fill="#fff" font-size="12" font-weight="600">AWS EC2</text>
|
|
66
|
+
<text x="352" y="282" fill="#555" font-size="9">Monitoring + Bots</text>
|
|
67
|
+
<text x="590" y="271" fill="#444" font-size="9" text-anchor="end">100.98.118.33</text>
|
|
68
|
+
<text x="590" y="282" fill="#555" font-size="9" text-anchor="end">8 containers</text>
|
|
69
|
+
<circle cx="596" cy="277" r="4" fill="#22c55e"/>
|
|
70
|
+
<text x="352" y="304" fill="#e0e0e0" font-size="10">Telegram Bot (Claude)</text><text x="590" y="304" fill="#444" font-size="10" text-anchor="end">:3456</text>
|
|
71
|
+
<line x1="352" y1="310" x2="590" y2="310" stroke="#111" stroke-width="0.5"/>
|
|
72
|
+
<text x="352" y="324" fill="#e0e0e0" font-size="10">Lucas CTO MCP</text><text x="590" y="324" fill="#444" font-size="10" text-anchor="end">:8820</text>
|
|
73
|
+
<line x1="352" y1="330" x2="590" y2="330" stroke="#111" stroke-width="0.5"/>
|
|
74
|
+
<text x="352" y="344" fill="#e0e0e0" font-size="10">Health Monitor</text><text x="590" y="344" fill="#444" font-size="10" text-anchor="end">—</text>
|
|
75
|
+
<line x1="352" y1="350" x2="590" y2="350" stroke="#111" stroke-width="0.5"/>
|
|
76
|
+
<text x="352" y="364" fill="#e0e0e0" font-size="10">Dashboard</text><text x="590" y="364" fill="#444" font-size="10" text-anchor="end">:9090</text>
|
|
77
|
+
<line x1="352" y1="370" x2="590" y2="370" stroke="#111" stroke-width="0.5"/>
|
|
78
|
+
<text x="352" y="384" fill="#e0e0e0" font-size="10">OpenCode</text><text x="590" y="384" fill="#444" font-size="10" text-anchor="end">:3200</text>
|
|
79
|
+
<line x1="352" y1="390" x2="590" y2="390" stroke="#111" stroke-width="0.5"/>
|
|
80
|
+
<text x="352" y="404" fill="#e0e0e0" font-size="10">WorldMonitor</text><text x="590" y="404" fill="#444" font-size="10" text-anchor="end">:4000</text>
|
|
81
|
+
<line x1="352" y1="410" x2="590" y2="410" stroke="#111" stroke-width="0.5"/>
|
|
82
|
+
<text x="352" y="424" fill="#e0e0e0" font-size="10">E2E Tests</text><text x="590" y="424" fill="#444" font-size="10" text-anchor="end">—</text>
|
|
83
|
+
<line x1="352" y1="430" x2="590" y2="430" stroke="#111" stroke-width="0.5"/>
|
|
84
|
+
<text x="352" y="444" fill="#e0e0e0" font-size="10">Portainer Agent</text><text x="590" y="444" fill="#444" font-size="10" text-anchor="end">:9001</text>
|
|
85
|
+
|
|
86
|
+
<!-- NODE 3: Oracle -->
|
|
87
|
+
<rect x="620" y="255" width="265" height="255" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
88
|
+
<rect x="620" y="255" width="3" height="32" fill="#444"/>
|
|
89
|
+
<rect x="620" y="255" width="265" height="32" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
90
|
+
<text x="632" y="274" fill="#fff" font-size="12" font-weight="600">Oracle Cloud</text>
|
|
91
|
+
<text x="632" y="282" fill="#555" font-size="9">Docker Infrastructure</text>
|
|
92
|
+
<text x="870" y="271" fill="#444" font-size="9" text-anchor="end">100.77.206.9</text>
|
|
93
|
+
<text x="870" y="282" fill="#555" font-size="9" text-anchor="end">8 containers</text>
|
|
94
|
+
<circle cx="876" cy="277" r="4" fill="#22c55e"/>
|
|
95
|
+
<text x="632" y="304" fill="#e0e0e0" font-size="10">Portainer</text><text x="870" y="304" fill="#444" font-size="10" text-anchor="end">:9000</text>
|
|
96
|
+
<line x1="632" y1="310" x2="870" y2="310" stroke="#111" stroke-width="0.5"/>
|
|
97
|
+
<text x="632" y="324" fill="#e0e0e0" font-size="10">Cloudflare Tunnel</text><text x="870" y="324" fill="#444" font-size="10" text-anchor="end">—</text>
|
|
98
|
+
<line x1="632" y1="330" x2="870" y2="330" stroke="#111" stroke-width="0.5"/>
|
|
99
|
+
<text x="632" y="344" fill="#e0e0e0" font-size="10">Nginx Proxy</text><text x="870" y="344" fill="#444" font-size="10" text-anchor="end">:80/443</text>
|
|
100
|
+
<line x1="632" y1="350" x2="870" y2="350" stroke="#111" stroke-width="0.5"/>
|
|
101
|
+
<text x="632" y="364" fill="#e0e0e0" font-size="10">Grafana</text><text x="870" y="364" fill="#444" font-size="10" text-anchor="end">:3000</text>
|
|
102
|
+
<line x1="632" y1="370" x2="870" y2="370" stroke="#111" stroke-width="0.5"/>
|
|
103
|
+
<text x="632" y="384" fill="#e0e0e0" font-size="10">Prometheus</text><text x="870" y="384" fill="#444" font-size="10" text-anchor="end">:9090</text>
|
|
104
|
+
<line x1="632" y1="390" x2="870" y2="390" stroke="#111" stroke-width="0.5"/>
|
|
105
|
+
<text x="632" y="404" fill="#e0e0e0" font-size="10">Uptime Kuma</text><text x="870" y="404" fill="#444" font-size="10" text-anchor="end">:3001</text>
|
|
106
|
+
<line x1="632" y1="410" x2="870" y2="410" stroke="#111" stroke-width="0.5"/>
|
|
107
|
+
<text x="632" y="424" fill="#e0e0e0" font-size="10">CloudBeaver</text><text x="870" y="424" fill="#444" font-size="10" text-anchor="end">:8978</text>
|
|
108
|
+
<line x1="632" y1="430" x2="870" y2="430" stroke="#111" stroke-width="0.5"/>
|
|
109
|
+
<text x="632" y="444" fill="#e0e0e0" font-size="10">Portainer Agent</text><text x="870" y="444" fill="#444" font-size="10" text-anchor="end">:9001</text>
|
|
110
|
+
|
|
111
|
+
<!-- NODE 4: HP -->
|
|
112
|
+
<rect x="900" y="255" width="240" height="145" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
113
|
+
<rect x="900" y="255" width="3" height="32" fill="#333"/>
|
|
114
|
+
<rect x="900" y="255" width="240" height="32" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
115
|
+
<text x="912" y="274" fill="#fff" font-size="12" font-weight="600">HP EliteBook</text>
|
|
116
|
+
<text x="912" y="282" fill="#555" font-size="9">Database Node</text>
|
|
117
|
+
<text x="1126" y="271" fill="#444" font-size="9" text-anchor="end">100.121.187.67</text>
|
|
118
|
+
<text x="1126" y="282" fill="#555" font-size="9" text-anchor="end">2 containers</text>
|
|
119
|
+
<circle cx="1132" cy="277" r="4" fill="#22c55e"/>
|
|
120
|
+
<text x="912" y="304" fill="#e0e0e0" font-size="10">PostgreSQL 17</text><text x="1126" y="304" fill="#444" font-size="10" text-anchor="end">:5433</text>
|
|
121
|
+
<line x1="912" y1="310" x2="1126" y2="310" stroke="#111" stroke-width="0.5"/>
|
|
122
|
+
<text x="912" y="324" fill="#e0e0e0" font-size="10">OpenCode</text><text x="1126" y="324" fill="#444" font-size="10" text-anchor="end">:3200</text>
|
|
123
|
+
<line x1="912" y1="330" x2="1126" y2="330" stroke="#111" stroke-width="0.5"/>
|
|
124
|
+
<text x="912" y="344" fill="#e0e0e0" font-size="10">Portainer Agent</text><text x="1126" y="344" fill="#444" font-size="10" text-anchor="end">:9001</text>
|
|
125
|
+
|
|
126
|
+
<!-- Section: Cloud -->
|
|
127
|
+
<text x="68" y="535" fill="#333" font-size="9" letter-spacing="2">CLOUD SERVICES</text>
|
|
128
|
+
|
|
129
|
+
<!-- Cloudflare -->
|
|
130
|
+
<rect x="60" y="546" width="370" height="160" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
131
|
+
<rect x="60" y="546" width="3" height="30" fill="#333"/>
|
|
132
|
+
<rect x="60" y="546" width="370" height="30" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
133
|
+
<text x="72" y="564" fill="#fff" font-size="12" font-weight="600">Cloudflare</text>
|
|
134
|
+
<text x="72" y="572" fill="#555" font-size="9">CDN + Storage + AI</text>
|
|
135
|
+
<rect x="380" y="552" width="40" height="16" fill="none" stroke="#222"/>
|
|
136
|
+
<text x="400" y="564" fill="#888" font-size="8" text-anchor="middle">EDGE</text>
|
|
137
|
+
<text x="72" y="594" fill="#e0e0e0" font-size="10">R2 Object Storage</text><text x="416" y="594" fill="#444" font-size="10" text-anchor="end">navada-assets</text>
|
|
138
|
+
<line x1="72" y1="600" x2="416" y2="600" stroke="#111" stroke-width="0.5"/>
|
|
139
|
+
<text x="72" y="614" fill="#e0e0e0" font-size="10">Flux Image Gen (FREE)</text><text x="416" y="614" fill="#444" font-size="10" text-anchor="end">Workers AI</text>
|
|
140
|
+
<line x1="72" y1="620" x2="416" y2="620" stroke="#111" stroke-width="0.5"/>
|
|
141
|
+
<text x="72" y="634" fill="#e0e0e0" font-size="10">Stream Video CDN</text><text x="416" y="634" fill="#444" font-size="10" text-anchor="end">HLS</text>
|
|
142
|
+
<line x1="72" y1="640" x2="416" y2="640" stroke="#111" stroke-width="0.5"/>
|
|
143
|
+
<text x="72" y="654" fill="#e0e0e0" font-size="10">Tunnel (11 subdomains)</text><text x="416" y="654" fill="#444" font-size="10" text-anchor="end">navada-edge-server.uk</text>
|
|
144
|
+
<line x1="72" y1="660" x2="416" y2="660" stroke="#111" stroke-width="0.5"/>
|
|
145
|
+
<text x="72" y="674" fill="#e0e0e0" font-size="10">DNS</text><text x="416" y="674" fill="#444" font-size="10" text-anchor="end">navada-edge-server.uk</text>
|
|
146
|
+
|
|
147
|
+
<!-- Azure -->
|
|
148
|
+
<rect x="445" y="546" width="250" height="80" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
149
|
+
<rect x="445" y="546" width="3" height="30" fill="#333"/>
|
|
150
|
+
<rect x="445" y="546" width="250" height="30" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
151
|
+
<text x="457" y="564" fill="#fff" font-size="12" font-weight="600">Azure</text>
|
|
152
|
+
<text x="457" y="572" fill="#555" font-size="9">Workflow Automation</text>
|
|
153
|
+
<rect x="645" y="552" width="40" height="16" fill="none" stroke="#222"/>
|
|
154
|
+
<text x="665" y="564" fill="#888" font-size="8" text-anchor="middle">UK S</text>
|
|
155
|
+
<text x="457" y="594" fill="#e0e0e0" font-size="10">n8n (Container Apps)</text><text x="681" y="594" fill="#444" font-size="10" text-anchor="end">HTTPS</text>
|
|
156
|
+
|
|
157
|
+
<!-- AI -->
|
|
158
|
+
<rect x="710" y="546" width="430" height="160" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
159
|
+
<rect x="710" y="546" width="3" height="30" fill="#333"/>
|
|
160
|
+
<rect x="710" y="546" width="430" height="30" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
161
|
+
<text x="722" y="564" fill="#fff" font-size="12" font-weight="600">AI Services</text>
|
|
162
|
+
<text x="722" y="572" fill="#555" font-size="9">Inference + Generation</text>
|
|
163
|
+
<rect x="1090" y="552" width="40" height="16" fill="none" stroke="#222"/>
|
|
164
|
+
<text x="1110" y="564" fill="#888" font-size="8" text-anchor="middle">API</text>
|
|
165
|
+
<text x="722" y="594" fill="#e0e0e0" font-size="10">YOLO v8 Object Detection</text><text x="1126" y="594" fill="#444" font-size="10" text-anchor="end">ASUS :8765</text>
|
|
166
|
+
<line x1="722" y1="600" x2="1126" y2="600" stroke="#111" stroke-width="0.5"/>
|
|
167
|
+
<text x="722" y="614" fill="#e0e0e0" font-size="10">Qwen Coder 32B (FREE)</text><text x="1126" y="614" fill="#444" font-size="10" text-anchor="end">HuggingFace</text>
|
|
168
|
+
<line x1="722" y1="620" x2="1126" y2="620" stroke="#111" stroke-width="0.5"/>
|
|
169
|
+
<text x="722" y="634" fill="#e0e0e0" font-size="10">GPT-4o / DALL-E 3</text><text x="1126" y="634" fill="#444" font-size="10" text-anchor="end">OpenAI</text>
|
|
170
|
+
<line x1="722" y1="640" x2="1126" y2="640" stroke="#111" stroke-width="0.5"/>
|
|
171
|
+
<text x="722" y="654" fill="#e0e0e0" font-size="10">Flux Image Gen (FREE)</text><text x="1126" y="654" fill="#444" font-size="10" text-anchor="end">Cloudflare Workers</text>
|
|
172
|
+
|
|
173
|
+
<!-- SDK Access Bar -->
|
|
174
|
+
<rect x="60" y="730" width="1080" height="70" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
175
|
+
<text x="600" y="752" fill="#555" font-size="9" text-anchor="middle" letter-spacing="2">ACCESS THE NETWORK</text>
|
|
176
|
+
|
|
177
|
+
<rect x="140" y="762" width="160" height="30" fill="none" stroke="#222"/>
|
|
178
|
+
<text x="220" y="778" fill="#e0e0e0" font-size="11" text-anchor="middle">SDK</text>
|
|
179
|
+
<text x="220" y="788" fill="#555" font-size="8" text-anchor="middle">npm i navada-edge-sdk</text>
|
|
180
|
+
|
|
181
|
+
<rect x="330" y="762" width="170" height="30" fill="none" stroke="#222"/>
|
|
182
|
+
<text x="415" y="778" fill="#e0e0e0" font-size="11" text-anchor="middle">CLI</text>
|
|
183
|
+
<text x="415" y="788" fill="#555" font-size="8" text-anchor="middle">npm i -g navada-edge-cli</text>
|
|
184
|
+
|
|
185
|
+
<rect x="530" y="762" width="170" height="30" fill="none" stroke="#222"/>
|
|
186
|
+
<text x="615" y="778" fill="#e0e0e0" font-size="11" text-anchor="middle">MCP</text>
|
|
187
|
+
<text x="615" y="788" fill="#555" font-size="8" text-anchor="middle">POST /mcp (JSON-RPC)</text>
|
|
188
|
+
|
|
189
|
+
<rect x="730" y="762" width="170" height="30" fill="none" stroke="#222"/>
|
|
190
|
+
<text x="815" y="778" fill="#e0e0e0" font-size="11" text-anchor="middle">REST API</text>
|
|
191
|
+
<text x="815" y="788" fill="#555" font-size="8" text-anchor="middle">GET /api/v1/status</text>
|
|
192
|
+
|
|
193
|
+
<!-- Footer -->
|
|
194
|
+
<rect x="60" y="820" width="1080" height="36" fill="#0a0a0a" stroke="#1a1a1a"/>
|
|
195
|
+
<text x="600" y="843" fill="#444" font-size="10" text-anchor="middle" letter-spacing="1">NAVADA EDGE NETWORK — March 2026 | 4 Nodes | 25 Containers | 100% Docker | MIT Open Source</text>
|
|
196
|
+
|
|
197
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "navada-edge-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "CLI for the NAVADA Edge Network — interactive TUI to explore nodes, Cloudflare, AI, Docker, and MCP services",
|
|
5
5
|
"main": "lib/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"bin/",
|
|
51
51
|
"lib/",
|
|
52
52
|
"README.md",
|
|
53
|
-
"LICENSE"
|
|
53
|
+
"LICENSE",
|
|
54
|
+
"network.svg"
|
|
54
55
|
]
|
|
55
56
|
}
|