tmuxes 0.1.8 → 0.1.10

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 CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "tmuxes",
3
- "version": "0.1.8",
4
- "description": "Web UI to run and supervise many CLI coding agents in tmux — local, SSH, and WSL.",
5
- "keywords": [
6
- "tmux",
7
- "terminal",
8
- "xterm",
9
- "ssh",
10
- "wsl",
11
- "web-terminal",
12
- "node-pty",
13
- "cli-agents"
14
- ],
15
- "license": "MIT",
16
- "author": "f1974939505 (https://github.com/f1974939505)",
17
- "homepage": "https://github.com/f1974939505/tmuxes#readme",
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/f1974939505/tmuxes.git",
21
- "directory": "server"
22
- },
23
- "bugs": {
24
- "url": "https://github.com/f1974939505/tmuxes/issues"
25
- },
26
- "type": "module",
27
- "main": "dist/index.js",
28
- "bin": {
29
- "tmuxes": "bin/tmuxes.js"
30
- },
31
- "engines": {
32
- "node": ">=22.12.0 <23"
33
- },
34
- "files": [
35
- "dist",
36
- "public",
37
- "bin",
38
- "README.md",
39
- "LICENSE"
40
- ],
41
- "scripts": {
42
- "dev": "tsx watch src/index.ts",
43
- "build": "tsc -p tsconfig.json",
44
- "start": "node dist/index.js",
45
- "test": "vitest run",
46
- "prepack": "node ../scripts/prepack.mjs"
47
- },
48
- "dependencies": {
49
- "express": "^5.2.1",
50
- "node-pty": "1.1.0",
51
- "ws": "^8.21.0"
52
- },
53
- "devDependencies": {
54
- "@types/express": "^5.0.0",
55
- "@types/node": "^22.10.0",
56
- "@types/ws": "^8.5.13",
57
- "tsx": "^4.19.2",
58
- "typescript": "^5.7.2",
59
- "vitest": "^2.1.8"
60
- }
61
- }
1
+ {
2
+ "name": "tmuxes",
3
+ "version": "0.1.10",
4
+ "description": "Web UI to run and supervise many CLI coding agents in tmux — local, SSH, and WSL.",
5
+ "keywords": [
6
+ "tmux",
7
+ "terminal",
8
+ "xterm",
9
+ "ssh",
10
+ "wsl",
11
+ "web-terminal",
12
+ "node-pty",
13
+ "cli-agents"
14
+ ],
15
+ "license": "MIT",
16
+ "author": "f1974939505 (https://github.com/f1974939505)",
17
+ "homepage": "https://github.com/f1974939505/tmuxes#readme",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/f1974939505/tmuxes.git",
21
+ "directory": "server"
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/f1974939505/tmuxes/issues"
25
+ },
26
+ "type": "module",
27
+ "main": "dist/index.js",
28
+ "bin": {
29
+ "tmuxes": "bin/tmuxes.js"
30
+ },
31
+ "engines": {
32
+ "node": ">=22.12.0 <23"
33
+ },
34
+ "files": [
35
+ "dist",
36
+ "public",
37
+ "bin",
38
+ "README.md",
39
+ "LICENSE"
40
+ ],
41
+ "scripts": {
42
+ "dev": "tsx watch src/index.ts",
43
+ "build": "tsc -p tsconfig.json",
44
+ "start": "node dist/index.js",
45
+ "test": "vitest run",
46
+ "prepack": "node ../scripts/prepack.mjs"
47
+ },
48
+ "dependencies": {
49
+ "express": "^5.2.1",
50
+ "node-pty": "1.1.0",
51
+ "ws": "^8.21.0"
52
+ },
53
+ "devDependencies": {
54
+ "@types/express": "^5.0.0",
55
+ "@types/node": "^22.10.0",
56
+ "@types/ws": "^8.5.13",
57
+ "tsx": "^4.19.2",
58
+ "typescript": "^5.7.2",
59
+ "vitest": "^2.1.8"
60
+ }
61
+ }