@alfe.ai/terminal 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.
Files changed (1) hide show
  1. package/package.json +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/terminal",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "PTY terminal surface for the Alfe interactive remote-control relay — a web shell over the agent's outbound WS (no inbound port, no SSH daemon)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,9 +17,17 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "node-pty": "^1.0.0",
20
- "@alfe.ai/remote": "^0.0.0"
20
+ "@alfe.ai/remote": "^0.1.0"
21
21
  },
22
22
  "license": "UNLICENSED",
23
+ "homepage": "https://alfe.ai",
24
+ "author": "Alfe (https://alfe.ai)",
25
+ "keywords": [
26
+ "alfe",
27
+ "ai-agents",
28
+ "agent",
29
+ "llm"
30
+ ],
23
31
  "scripts": {
24
32
  "build": "tsdown",
25
33
  "dev": "tsdown --watch",