-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
174 lines (174 loc) · 7.87 KB
/
package.json
File metadata and controls
174 lines (174 loc) · 7.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "cli-jaw",
"version": "2.0.8",
"description": "Personal AI assistant powered by Antigravity, AI-E, Claude, Claude E, Codex, Codex App, Gemini, Grok, OpenCode, and Copilot — Web, Terminal, Telegram, and Discord interfaces with 107 built-in skills",
"type": "module",
"keywords": [
"ai-assistant",
"cli",
"antigravity",
"claude",
"codex",
"gemini",
"grok",
"copilot",
"multi-agent",
"orchestration",
"telegram-bot",
"discord-bot",
"browser-automation",
"mcp"
],
"author": "CLI-JAW Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lidge-jun/cli-jaw.git"
},
"homepage": "https://github.com/lidge-jun/cli-jaw#readme",
"bugs": {
"url": "https://github.com/lidge-jun/cli-jaw/issues"
},
"engines": {
"node": ">=22.4.0"
},
"bin": {
"cli-jaw": "dist/bin/cli-jaw.js",
"jaw": "dist/bin/cli-jaw.js"
},
"files": [
"dist/",
"public/",
"scripts/",
"package.json"
],
"scripts": {
"dev": "tsx --env-file=.env server.ts",
"ensure:native": "node scripts/ensure-native-modules.cjs",
"rebuild:native": "npm rebuild better-sqlite3",
"postinstall": "node scripts/postinstall-guard.cjs",
"clean:dist": "node -e \"const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true});\"",
"build:claude-exec": "cargo build --release --manifest-path native/jaw-claude-i/Cargo.toml",
"test:claude-exec": "cargo test --manifest-path native/jaw-claude-i/Cargo.toml",
"build:claude-e": "npm run build:claude-exec",
"test:claude-e": "npm run test:claude-exec",
"check:copilot-gap": "tsx scripts/check-copilot-gap.ts",
"check:deps": "tsx scripts/check-deps-offline.ts",
"check:strict-baseline": "node scripts/check-strict-baseline.mjs",
"check:frontend-build-output": "tsx scripts/check-web-ui-build-output.ts",
"i18n:registry": "tsx scripts/i18n-registry.ts",
"check:deps:online": "bash scripts/check-deps-online.sh",
"prebuild": "npm run ensure:native",
"pretest": "npm run ensure:native",
"pretest:all": "npm run ensure:native",
"pretest:integration": "npm run ensure:native",
"pretest:smoke": "npm run ensure:native",
"test": "tsx --import ./tests/setup/test-home.ts --experimental-test-module-mocks --test tests/*.test.ts tests/unit/*.test.ts",
"test:all": "tsx --import ./tests/setup/test-home.ts --experimental-test-module-mocks --test tests/*.test.ts tests/**/*.test.ts",
"test:integration": "tsx --experimental-test-module-mocks --test tests/integration/*.test.ts",
"test:coverage": "tsx --import ./tests/setup/test-home.ts --experimental-test-module-mocks --test --experimental-test-coverage tests/*.test.ts tests/**/*.test.ts",
"test:watch": "tsx --import ./tests/setup/test-home.ts --test --watch tests/*.test.ts tests/unit/*.test.ts",
"test:web-ui-runtime": "tsx --import ./tests/setup/test-home.ts --experimental-test-module-mocks --test tests/unit/web-ui-runtime-*.test.ts tests/unit/web-ui-processblock-runtime.test.ts tests/unit/web-ui-mermaid-runtime.test.ts tests/unit/web-ui-sanitizer.test.ts tests/unit/web-ui-build-output-guard.test.ts",
"test:events": "tsx --test tests/events.test.ts",
"test:telegram": "tsx --test tests/telegram-forwarding.test.ts",
"test:manager:browser": "tsx --test tests/browser/manager-layout-smoke.test.ts",
"test:smoke": "TEST_PORT=3457 tsx --test tests/integration/api-smoke.test.ts",
"smoke:opencode": "tsx scripts/smoke/opencode-external-dir-smoke.ts",
"test:install-risk": "node scripts/install-risk-gate.mjs",
"verify:fresh-install": "bash scripts/verify-fresh-install.sh",
"collect:fresh-install-evidence": "bash scripts/collect-fresh-install-evidence.sh",
"audit:fresh-install-evidence": "node scripts/audit-fresh-install-evidence.mjs",
"verify:release-evidence": "node scripts/verify-release-evidence.mjs",
"test:fresh-install": "tsx scripts/fresh-install-smoke.ts",
"build": "tsc && mkdir -p dist/src/prompt && rsync -a --delete src/prompt/templates/ dist/src/prompt/templates/ && rsync -a --delete prompts/ dist/prompts/",
"postbuild": "node scripts/link-current-nvm-bin.cjs",
"build:frontend": "vite build --config vite.config.ts",
"qa:manager-frontend": "npm run build:frontend && npm run typecheck:frontend",
"dev:frontend": "vite --config vite.config.ts",
"preview:frontend": "vite preview --config vite.config.ts",
"typecheck": "tsc --noEmit",
"typecheck:frontend": "tsc --noEmit -p tsconfig.frontend.json",
"gate:typecheck": "node scripts/release-gates.mjs typecheck",
"gate:tests": "node scripts/release-gates.mjs tests",
"gate:truth-table-fresh": "node scripts/release-gates.mjs truth-table-fresh",
"gate:mcp-scope-frozen": "node scripts/release-gates.mjs mcp-scope-frozen",
"gate:no-experimental-in-readme-ready-section": "node scripts/release-gates.mjs no-experimental-in-readme-ready-section",
"gate:no-cloud-claims": "node scripts/release-gates.mjs no-cloud-claims",
"gate:observe-actions-fixtures": "node scripts/release-gates.mjs observe-actions-fixtures",
"gate:observation-bundle-fixtures": "node scripts/release-gates.mjs observation-bundle-fixtures",
"gate:browser-primitives-catalog": "node scripts/release-gates.mjs browser-primitives-catalog",
"gate:action-memory-safe-replay": "node scripts/release-gates.mjs action-memory-safe-replay",
"gate:model-adapter-frozen": "node scripts/release-gates.mjs model-adapter-frozen",
"gate:all": "node scripts/release-gates.mjs",
"prepublishOnly": "node scripts/require-release-evidence.mjs && npm run build && npm run build:frontend",
"electron:dev": "concurrently -k -n jaw,electron \"node scripts/electron-dev-manager.mjs\" \"npm --prefix electron run dev\"",
"electron:build": "npm --prefix electron run build",
"electron:dist:mac": "npm --prefix electron run build && CSC_IDENTITY_AUTO_DISCOVERY=false npm --prefix electron run dist:mac",
"electron:start": "npm --prefix electron run start",
"check:electron-no-native": "node scripts/check-electron-no-native.cjs"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language-data": "^6.5.2",
"@grammyjs/runner": "^2.0.3",
"@grammyjs/transformer-throttler": "^1.2.1",
"@lucide/icons": "^1.8.0",
"@milkdown/kit": "^7.20.0",
"@tanstack/virtual-core": "^3.13.23",
"@uiw/react-codemirror": "^4.25.9",
"better-sqlite3": "^12.8.0",
"d3": "^7.9.0",
"discord.js": "^14.25.1",
"dompurify": "^3.3.3",
"express": "^5.2.1",
"fast-glob": "^3.3.3",
"grammy": "^1.40.0",
"helmet": "^8.1.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.44",
"marked": "^18.0.0",
"marked-highlight": "^2.2.3",
"mermaid": "^11.14.0",
"node-fetch": "^3.3.2",
"playwright-core": "^1.58.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.1",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"sqlite-vec": "^0.1.9",
"trash": "^10.1.1",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"ws": "^8.18.0",
"yaml": "^2.8.4"
},
"optionalDependencies": {
"@bitkyc08/ai-e": "latest",
"claude-e": "latest"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
"@types/express": "^5.0.6",
"@types/mdast": "^4.0.4",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/unist": "^3.0.3",
"@types/ws": "^8.5.0",
"@vitejs/plugin-react": "^5.2.0",
"concurrently": "^9.2.1",
"jsdom": "^29.1.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vite": "^8.0.3"
}
}