@cerulin/chell 0.2.6 → 0.2.7

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,131 +1,131 @@
1
1
  {
2
- "name": "@cerulin/chell",
3
- "version": "0.2.6",
4
- "description": "Mobile and Web client for Claude Code and Codex",
5
- "author": "Cerulin",
6
- "license": "MIT",
7
- "type": "module",
8
- "homepage": "https://github.com/cerulin/chell-cli",
9
- "bugs": "https://github.com/cerulin/chell-cli/issues",
10
- "repository": "cerulin/chell-cli",
11
- "bin": {
12
- "happy": "./bin/chell.mjs",
13
- "happy-mcp": "./bin/chell-mcp.mjs",
14
- "chell": "./bin/chell.mjs",
15
- "chell-mcp": "./bin/chell-mcp.mjs"
16
- },
17
- "main": "./dist/index.cjs",
18
- "module": "./dist/index.mjs",
19
- "types": "./dist/index.d.cts",
20
- "exports": {
21
- ".": {
22
- "require": {
23
- "types": "./dist/index.d.cts",
24
- "default": "./dist/index.cjs"
25
- },
26
- "import": {
27
- "types": "./dist/index.d.mts",
28
- "default": "./dist/index.mjs"
29
- }
2
+ "name": "@cerulin/chell",
3
+ "version": "0.2.7",
4
+ "description": "Mobile and Web client for Claude Code and Codex",
5
+ "author": "Cerulin",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "homepage": "https://github.com/cerulin/chell-cli",
9
+ "bugs": "https://github.com/cerulin/chell-cli/issues",
10
+ "repository": "cerulin/chell-cli",
11
+ "bin": {
12
+ "happy": "./bin/chell.mjs",
13
+ "happy-mcp": "./bin/chell-mcp.mjs",
14
+ "chell": "./bin/chell.mjs",
15
+ "chell-mcp": "./bin/chell-mcp.mjs"
30
16
  },
31
- "./lib": {
32
- "require": {
33
- "types": "./dist/lib.d.cts",
34
- "default": "./dist/lib.cjs"
35
- },
36
- "import": {
37
- "types": "./dist/lib.d.mts",
38
- "default": "./dist/lib.mjs"
39
- }
17
+ "main": "./dist/index.cjs",
18
+ "module": "./dist/index.mjs",
19
+ "types": "./dist/index.d.cts",
20
+ "exports": {
21
+ ".": {
22
+ "require": {
23
+ "types": "./dist/index.d.cts",
24
+ "default": "./dist/index.cjs"
25
+ },
26
+ "import": {
27
+ "types": "./dist/index.d.mts",
28
+ "default": "./dist/index.mjs"
29
+ }
30
+ },
31
+ "./lib": {
32
+ "require": {
33
+ "types": "./dist/lib.d.cts",
34
+ "default": "./dist/lib.cjs"
35
+ },
36
+ "import": {
37
+ "types": "./dist/lib.d.mts",
38
+ "default": "./dist/lib.mjs"
39
+ }
40
+ },
41
+ "./codex/chellMcpStdioBridge": {
42
+ "require": {
43
+ "types": "./dist/codex/chellMcpStdioBridge.d.cts",
44
+ "default": "./dist/codex/chellMcpStdioBridge.cjs"
45
+ },
46
+ "import": {
47
+ "types": "./dist/codex/chellMcpStdioBridge.d.mts",
48
+ "default": "./dist/codex/chellMcpStdioBridge.mjs"
49
+ }
50
+ }
40
51
  },
41
- "./codex/chellMcpStdioBridge": {
42
- "require": {
43
- "types": "./dist/codex/chellMcpStdioBridge.d.cts",
44
- "default": "./dist/codex/chellMcpStdioBridge.cjs"
45
- },
46
- "import": {
47
- "types": "./dist/codex/chellMcpStdioBridge.d.mts",
48
- "default": "./dist/codex/chellMcpStdioBridge.mjs"
49
- }
50
- }
51
- },
52
- "files": [
53
- "dist",
54
- "bin",
55
- "scripts",
56
- "tools",
57
- "package.json"
58
- ],
59
- "scripts": {
60
- "why do we need to build before running tests / dev?": "We need the binary to be built so we run daemon commands which directly run the binary - we don't want them to go out of sync or have custom spawn logic depending how we started happy",
61
- "typecheck": "tsc --noEmit",
62
- "build": "shx rm -rf dist && npx tsc --noEmit && pkgroll",
63
- "obfuscate": "shx rm -rf dist.obf && javascript-obfuscator dist --output dist.obf --compact true --self-defending false --control-flow-flattening true --string-array true --string-array-encoding base64 --identifier-names-generator mangled && shx cp -r dist/*.d.* dist.obf 2>nul && shx rm -rf dist && shx mv dist.obf dist",
64
- "build:obf": "yarn build && yarn obfuscate",
65
- "pack:chell": "node scripts/pack-chell.cjs",
66
- "test": "yarn build && tsx --env-file .env.integration-test node_modules/.bin/vitest run",
67
- "start": "yarn build && ./bin/chell.mjs",
68
- "dev": "yarn build && tsx --env-file .env.dev src/index.ts",
69
- "dev:local-server": "yarn build && tsx --env-file .env.dev-local-server src/index.ts",
70
- "dev:integration-test-env": "yarn build && tsx --env-file .env.integration-test src/index.ts",
71
- "prepublishOnly": "yarn build && yarn test",
72
- "release": "release-it",
73
- "postinstall": "node scripts/unpack-tools.cjs"
74
- },
75
- "dependencies": {
76
- "@anthropic-ai/claude-code": "^2.0.14",
77
- "@anthropic-ai/sdk": "^0.56.0",
78
- "@modelcontextprotocol/sdk": "^1.15.1",
79
- "@openai/codex": "^0.55.0",
80
- "@stablelib/base64": "^2.0.1",
81
- "@types/cross-spawn": "^6.0.6",
82
- "@types/http-proxy": "^1.17.16",
83
- "@types/ps-list": "^6.2.1",
84
- "@types/qrcode-terminal": "^0.12.2",
85
- "@types/react": "^19.1.9",
86
- "axios": "^1.10.0",
87
- "chalk": "^5.4.1",
88
- "chell": "^1.0.4",
89
- "cross-spawn": "^7.0.6",
90
- "expo-server-sdk": "^3.15.0",
91
- "fastify": "^5.5.0",
92
- "fastify-type-provider-zod": "4.0.2",
93
- "http-proxy": "^1.18.1",
94
- "http-proxy-middleware": "^3.0.5",
95
- "ink": "^6.1.0",
96
- "node-pty": "1.0.0",
97
- "open": "^10.2.0",
98
- "ps-list": "^8.1.1",
99
- "qrcode-terminal": "^0.12.0",
100
- "react": "^19.1.1",
101
- "socket.io-client": "^4.8.1",
102
- "tar": "^7.4.3",
103
- "tweetnacl": "^1.0.3",
104
- "zod": "^3.23.8"
105
- },
106
- "devDependencies": {
107
- "@eslint/compat": "^1",
108
- "@types/node": ">=20",
109
- "cross-env": "^10.0.0",
110
- "dotenv": "^16.6.1",
111
- "eslint": "^9",
112
- "eslint-config-prettier": "^10",
113
- "javascript-obfuscator": "4",
114
- "pkgroll": "^2.14.2",
115
- "release-it": "^19.0.4",
116
- "shx": "^0.3.3",
117
- "ts-node": "^10",
118
- "tsx": "^4.20.3",
119
- "typescript": "^5",
120
- "vitest": "^3.2.4"
121
- },
122
- "resolutions": {
123
- "whatwg-url": "14.2.0",
124
- "parse-path": "7.0.3",
125
- "@types/parse-path": "7.0.3"
126
- },
127
- "publishConfig": {
128
- "registry": "https://registry.npmjs.org"
129
- },
130
- "packageManager": "yarn@1.22.22"
52
+ "files": [
53
+ "dist",
54
+ "bin",
55
+ "scripts",
56
+ "tools",
57
+ "package.json"
58
+ ],
59
+ "scripts": {
60
+ "why do we need to build before running tests / dev?": "We need the binary to be built so we run daemon commands which directly run the binary - we don't want them to go out of sync or have custom spawn logic depending how we started happy",
61
+ "typecheck": "tsc --noEmit",
62
+ "build": "shx rm -rf dist && npx tsc --noEmit && pkgroll",
63
+ "obfuscate": "shx rm -rf dist.obf && javascript-obfuscator dist --output dist.obf --compact true --self-defending false --control-flow-flattening true --string-array true --string-array-encoding base64 --identifier-names-generator mangled && shx cp -r dist/*.d.* dist.obf 2>nul && shx rm -rf dist && shx mv dist.obf dist",
64
+ "build:obf": "yarn build && yarn obfuscate",
65
+ "pack:chell": "node scripts/pack-chell.cjs",
66
+ "test": "yarn build && tsx --env-file .env.integration-test node_modules/.bin/vitest run",
67
+ "start": "yarn build && ./bin/chell.mjs",
68
+ "dev": "yarn build && tsx --env-file .env.dev src/index.ts",
69
+ "dev:local-server": "yarn build && tsx --env-file .env.dev-local-server src/index.ts",
70
+ "dev:integration-test-env": "yarn build && tsx --env-file .env.integration-test src/index.ts",
71
+ "prepublishOnly": "yarn build && yarn test",
72
+ "release": "release-it",
73
+ "postinstall": "node scripts/unpack-tools.cjs"
74
+ },
75
+ "dependencies": {
76
+ "@anthropic-ai/claude-code": "^2.0.14",
77
+ "@anthropic-ai/sdk": "^0.56.0",
78
+ "@modelcontextprotocol/sdk": "^1.15.1",
79
+ "@openai/codex": "^0.55.0",
80
+ "@stablelib/base64": "^2.0.1",
81
+ "@types/cross-spawn": "^6.0.6",
82
+ "@types/http-proxy": "^1.17.16",
83
+ "@types/ps-list": "^6.2.1",
84
+ "@types/qrcode-terminal": "^0.12.2",
85
+ "@types/react": "^19.1.9",
86
+ "axios": "^1.10.0",
87
+ "chalk": "^5.4.1",
88
+ "chell": "^1.0.4",
89
+ "cross-spawn": "^7.0.6",
90
+ "expo-server-sdk": "^3.15.0",
91
+ "fastify": "^5.5.0",
92
+ "fastify-type-provider-zod": "4.0.2",
93
+ "http-proxy": "^1.18.1",
94
+ "http-proxy-middleware": "^3.0.5",
95
+ "ink": "^6.1.0",
96
+ "node-pty": "1.0.0",
97
+ "open": "^10.2.0",
98
+ "ps-list": "^8.1.1",
99
+ "qrcode-terminal": "^0.12.0",
100
+ "react": "^19.1.1",
101
+ "socket.io-client": "^4.8.1",
102
+ "tar": "^7.4.3",
103
+ "tweetnacl": "^1.0.3",
104
+ "zod": "^3.23.8"
105
+ },
106
+ "devDependencies": {
107
+ "@eslint/compat": "^1",
108
+ "@types/node": ">=20",
109
+ "cross-env": "^10.0.0",
110
+ "dotenv": "^16.6.1",
111
+ "eslint": "^9",
112
+ "eslint-config-prettier": "^10",
113
+ "javascript-obfuscator": "4",
114
+ "pkgroll": "^2.14.2",
115
+ "release-it": "^19.0.4",
116
+ "shx": "^0.3.3",
117
+ "ts-node": "^10",
118
+ "tsx": "^4.20.3",
119
+ "typescript": "^5",
120
+ "vitest": "^3.2.4"
121
+ },
122
+ "resolutions": {
123
+ "whatwg-url": "14.2.0",
124
+ "parse-path": "7.0.3",
125
+ "@types/parse-path": "7.0.3"
126
+ },
127
+ "publishConfig": {
128
+ "registry": "https://registry.npmjs.org"
129
+ },
130
+ "packageManager": "yarn@1.22.22"
131
131
  }
@@ -1,2 +0,0 @@
1
-
2
- export { };
@@ -1,2 +0,0 @@
1
-
2
- export { };