teamshare-bridge 0.9.7 → 0.9.8

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 +49 -49
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
1
  {
2
- "name": "teamshare-bridge",
3
- "version": "0.9.7",
4
- "description": "Local bridge for TeamShare agents - CLI session runner, auto-wake WebSocket daemon, and teamshare:// protocol handler.",
5
- "type": "commonjs",
6
- "license": "MIT",
7
- "keywords": [
8
- "teamshare",
9
- "agent",
10
- "bridge",
11
- "mcp",
12
- "ai",
13
- "automation"
14
- ],
15
- "repository": {
16
- "type": "git",
17
- "url": "git+https://github.com/dominionbanjo/teamshare-bridge.git"
18
- },
19
- "files": [
20
- "dist",
21
- "skills",
22
- "templates",
23
- "tools",
24
- "README.md"
25
- ],
26
- "bin": {
27
- "teamshare-agent": "dist/cli/index.js",
28
- "teamshare-bridge": "dist/bridge/index.js"
29
- },
30
- "engines": {
31
- "node": "\u003e=18"
32
- },
33
- "scripts": {
34
- "build": "tsc -p tsconfig.json",
35
- "prepare": "npm run build",
36
- "dev": "tsc -p tsconfig.json --watch",
37
- "lint": "eslint src --ext .ts",
38
- "typecheck": "tsc --noEmit -p tsconfig.json"
39
- },
40
- "dependencies": {
41
- "socket.io-client": "^4.8.3"
42
- },
43
- "devDependencies": {
44
- "@types/node": "^22.0.0",
45
- "typescript": "^5.6.0"
46
- },
47
- "optionalDependencies": {
48
- "node-pty": "^1.1.0"
49
- }
50
- }
2
+ "name": "teamshare-bridge",
3
+ "version": "0.9.8",
4
+ "description": "Local bridge for TeamShare agents - CLI session runner, auto-wake WebSocket daemon, and teamshare:// protocol handler.",
5
+ "type": "commonjs",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "teamshare",
9
+ "agent",
10
+ "bridge",
11
+ "mcp",
12
+ "ai",
13
+ "automation"
14
+ ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/dominionbanjo/teamshare-bridge.git"
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "skills",
22
+ "templates",
23
+ "tools",
24
+ "README.md"
25
+ ],
26
+ "bin": {
27
+ "teamshare-agent": "dist/cli/index.js",
28
+ "teamshare-bridge": "dist/bridge/index.js"
29
+ },
30
+ "engines": {
31
+ "node": ">=18"
32
+ },
33
+ "scripts": {
34
+ "build": "tsc -p tsconfig.json",
35
+ "prepare": "npm run build",
36
+ "dev": "tsc -p tsconfig.json --watch",
37
+ "lint": "eslint src --ext .ts",
38
+ "typecheck": "tsc --noEmit -p tsconfig.json"
39
+ },
40
+ "dependencies": {
41
+ "socket.io-client": "^4.8.3"
42
+ },
43
+ "devDependencies": {
44
+ "@types/node": "^22.0.0",
45
+ "typescript": "^5.6.0"
46
+ },
47
+ "optionalDependencies": {
48
+ "node-pty": "^1.1.0"
49
+ }
50
+ }