@alfe.ai/remote 0.0.0 → 0.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/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfe.ai/remote",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Runtime-agnostic transport for the Alfe interactive remote-control relay — multiplexes browser screencast and terminal PTY surfaces over one outbound WebSocket",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,6 +19,14 @@
|
|
|
19
19
|
"ws": "^8.18.0"
|
|
20
20
|
},
|
|
21
21
|
"license": "UNLICENSED",
|
|
22
|
+
"homepage": "https://alfe.ai",
|
|
23
|
+
"author": "Alfe (https://alfe.ai)",
|
|
24
|
+
"keywords": [
|
|
25
|
+
"alfe",
|
|
26
|
+
"ai-agents",
|
|
27
|
+
"agent",
|
|
28
|
+
"llm"
|
|
29
|
+
],
|
|
22
30
|
"scripts": {
|
|
23
31
|
"build": "tsdown",
|
|
24
32
|
"dev": "tsdown --watch",
|