@cheapcode/cli 0.20.3

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 ADDED
@@ -0,0 +1,175 @@
1
+ {
2
+ "name": "@cheapcode/cli",
3
+ "version": "0.20.3",
4
+ "description": "Cheap Code: the coding-agent terminal for the CheapVibeCode project.",
5
+ "type": "module",
6
+ "bin": {
7
+ "cheapcode": "./bin/cheapcode"
8
+ },
9
+ "exports": {
10
+ "./package.json": "./package.json",
11
+ "./dist/cli.mjs": "./dist/cli.mjs"
12
+ },
13
+ "files": [
14
+ "bin/",
15
+ "dist/cli.mjs",
16
+ "README.md",
17
+ "LICENSE"
18
+ ],
19
+ "scripts": {
20
+ "build": "bun run scripts/build.ts",
21
+ "integrations:generate": "bun run scripts/generate-integrations-artifacts.ts",
22
+ "integrations:check": "bun run scripts/generate-integrations-artifacts.ts --check",
23
+ "release:manifest:check": "node ../scripts/write-cli-release-manifest.mjs --channel=latest --check",
24
+ "dev": "bun run build && node bin/cheapcode",
25
+ "dev:profile": "bun run scripts/provider-launch.ts",
26
+ "dev:profile:fast": "bun run scripts/provider-launch.ts auto --fast --bare",
27
+ "dev:codex": "bun run scripts/provider-launch.ts codex",
28
+ "dev:openai": "bun run scripts/provider-launch.ts openai",
29
+ "dev:gemini": "bun run scripts/provider-launch.ts gemini",
30
+ "dev:ollama": "bun run scripts/provider-launch.ts ollama",
31
+ "dev:ollama:fast": "bun run scripts/provider-launch.ts ollama --fast --bare",
32
+ "dev:atomic-chat": "bun run scripts/provider-launch.ts atomic-chat",
33
+ "profile:init": "bun run scripts/provider-bootstrap.ts",
34
+ "profile:recommend": "bun run scripts/provider-recommend.ts",
35
+ "profile:auto": "bun run scripts/provider-recommend.ts --apply",
36
+ "profile:codex": "bun run profile:init -- --provider codex --model codexplan",
37
+ "profile:fast": "bun run profile:init -- --provider ollama --model llama3.2:3b",
38
+ "profile:code": "bun run profile:init -- --provider ollama --model qwen2.5-coder:7b",
39
+ "dev:fast": "bun run profile:fast && bun run dev:ollama:fast",
40
+ "dev:code": "bun run profile:code && bun run dev:profile",
41
+ "dev:grpc": "bun run scripts/start-grpc.ts",
42
+ "dev:grpc:cli": "bun run scripts/grpc-cli.ts",
43
+ "start": "node bin/cheapcode",
44
+ "test": "bun test --feature=UNATTENDED_RETRY",
45
+ "test:full": "bun test --feature=UNATTENDED_RETRY --max-concurrency=1",
46
+ "test:coverage": "bun test --feature=UNATTENDED_RETRY --coverage --coverage-reporter=lcov --coverage-dir=coverage --max-concurrency=1 && bun run scripts/render-coverage-heatmap.ts",
47
+ "test:coverage:ui": "bun run scripts/render-coverage-heatmap.ts",
48
+ "security:pr-scan": "bun run scripts/pr-intent-scan.ts",
49
+ "test:provider-recommendation": "bun test src/utils/providerRecommendation.test.ts src/utils/providerProfile.test.ts",
50
+ "typecheck": "tsc --noEmit",
51
+ "typecheck:type-tests": "bun run scripts/typecheck-type-tests.ts",
52
+ "smoke": "bun run build && node dist/cli.mjs --version",
53
+ "deadcode": "knip --include files,dependencies",
54
+ "check": "bun run typecheck && bun run integrations:check && bun run release:manifest:check && bun run smoke && bun run verify:privacy && bun run deadcode && bun run test:full",
55
+ "verify:privacy": "bun run scripts/verify-no-phone-home.ts",
56
+ "build:verified": "bun run build && bun run verify:privacy",
57
+ "test:provider": "bun test --feature=UNATTENDED_RETRY --max-concurrency=1 src/services/api/*.test.ts src/utils/context.test.ts",
58
+ "doctor:runtime": "bun run scripts/system-check.ts",
59
+ "doctor:runtime:json": "bun run scripts/system-check.ts --json",
60
+ "doctor:report": "bun run scripts/system-check.ts --out reports/doctor-runtime.json",
61
+ "hardening:check": "bun run smoke && bun run doctor:runtime",
62
+ "hardening:strict": "bun run typecheck && bun run hardening:check",
63
+ "prepack": "npm run build"
64
+ },
65
+ "knip": {
66
+ "entry": [
67
+ "scripts/generate-sdk-types.ts",
68
+ "scripts/validate-externals.ts",
69
+ "src/test/fixtures/*.fixture.ts",
70
+ "src/utils/*.fixture.ts"
71
+ ]
72
+ },
73
+ "dependencies": {
74
+ "@anthropic-ai/sandbox-runtime": "0.0.55",
75
+ "@vscode/ripgrep": "^1.17.1",
76
+ "sharp": "^0.34.5"
77
+ },
78
+ "devDependencies": {
79
+ "@alcalzone/ansi-tokenize": "0.3.0",
80
+ "@anthropic-ai/bedrock-sdk": "0.29.1",
81
+ "@anthropic-ai/foundry-sdk": "0.2.3",
82
+ "@anthropic-ai/sdk": "0.94.0",
83
+ "@aws-sdk/client-bedrock": "3.1047.0",
84
+ "@aws-sdk/client-sts": "3.1047.0",
85
+ "@azure/identity": "4.13.1",
86
+ "@commander-js/extra-typings": "12.1.0",
87
+ "@grpc/grpc-js": "^1.14.3",
88
+ "@grpc/proto-loader": "^0.8.0",
89
+ "@modelcontextprotocol/sdk": "1.29.0",
90
+ "@orama/orama": "^3.1.18",
91
+ "@orama/plugin-data-persistence": "^3.1.18",
92
+ "@types/bun": "1.3.11",
93
+ "@types/node": "25.5.0",
94
+ "@types/react": "19.2.14",
95
+ "ajv": "8.18.0",
96
+ "auto-bind": "5.0.1",
97
+ "axios": "1.16.0",
98
+ "bidi-js": "1.0.3",
99
+ "chalk": "5.6.2",
100
+ "chokidar": "4.0.3",
101
+ "cli-boxes": "3.0.0",
102
+ "cli-highlight": "2.1.11",
103
+ "commander": "12.1.0",
104
+ "cross-spawn": "7.0.6",
105
+ "diff": "8.0.3",
106
+ "duck-duck-scrape": "^2.2.7",
107
+ "emoji-regex": "10.6.0",
108
+ "env-paths": "3.0.0",
109
+ "execa": "9.6.1",
110
+ "fflate": "0.8.2",
111
+ "figures": "6.1.0",
112
+ "fuse.js": "7.1.0",
113
+ "get-east-asian-width": "1.5.0",
114
+ "google-auth-library": "10.6.2",
115
+ "https-proxy-agent": "7.0.6",
116
+ "ignore": "7.0.5",
117
+ "indent-string": "5.0.0",
118
+ "jsonc-parser": "3.3.1",
119
+ "knip": "^6.16.1",
120
+ "lodash-es": "4.18.1",
121
+ "lru-cache": "11.2.7",
122
+ "marked": "15.0.12",
123
+ "p-map": "7.0.4",
124
+ "picomatch": "4.0.4",
125
+ "proper-lockfile": "4.1.2",
126
+ "qrcode": "1.5.4",
127
+ "react": "19.2.4",
128
+ "react-compiler-runtime": "1.0.0",
129
+ "react-reconciler": "0.33.0",
130
+ "semver": "7.7.4",
131
+ "shell-quote": "1.8.4",
132
+ "signal-exit": "4.1.0",
133
+ "supports-hyperlinks": "3.2.0",
134
+ "tree-kill": "1.2.2",
135
+ "turndown": "7.2.2",
136
+ "type-fest": "4.41.0",
137
+ "typescript": "5.9.3",
138
+ "undici": "7.28.0",
139
+ "usehooks-ts": "3.1.1",
140
+ "vscode-languageserver-protocol": "3.17.5",
141
+ "wrap-ansi": "9.0.2",
142
+ "ws": "8.21.0",
143
+ "xss": "1.0.15",
144
+ "yaml": "2.8.3",
145
+ "zod": "3.25.76"
146
+ },
147
+ "engines": {
148
+ "node": ">=22.0.0"
149
+ },
150
+ "homepage": "https://cheapvibecode.ru/",
151
+ "keywords": [
152
+ "cheapcode",
153
+ "openai",
154
+ "llm",
155
+ "cli",
156
+ "agent",
157
+ "deepseek",
158
+ "ollama",
159
+ "gemini"
160
+ ],
161
+ "license": "SEE LICENSE FILE",
162
+ "publishConfig": {
163
+ "access": "public",
164
+ "registry": "https://registry.npmjs.org/"
165
+ },
166
+ "overrides": {
167
+ "ip-address": "10.2.0",
168
+ "google-auth-library": "10.6.2",
169
+ "lodash-es": "4.18.1"
170
+ },
171
+ "allowScripts": {
172
+ "protobufjs@7.6.4": true,
173
+ "sharp@0.34.5": true
174
+ }
175
+ }