mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
chore: 1.9.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-best",
|
"name": "claude-code-best",
|
||||||
"version": "1.8.0",
|
"version": "1.9.0",
|
||||||
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
|
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "claude-code-best <claude-code-best@proton.me>",
|
"author": "claude-code-best <claude-code-best@proton.me>",
|
||||||
@@ -53,6 +53,10 @@
|
|||||||
"format": "biome format --write src/",
|
"format": "biome format --write src/",
|
||||||
"prepare": "git config core.hooksPath .githooks",
|
"prepare": "git config core.hooksPath .githooks",
|
||||||
"test": "bun test",
|
"test": "bun test",
|
||||||
|
"test:production": "bun run scripts/production-test.ts",
|
||||||
|
"test:production:offline": "bun run scripts/production-test.ts --offline",
|
||||||
|
"test:production:verbose": "bun run scripts/production-test.ts --verbose",
|
||||||
|
"test:production:bun": "bun run scripts/production-test.ts --bun",
|
||||||
"check:bundle": "bun run scripts/check-bundle-integrity.ts",
|
"check:bundle": "bun run scripts/check-bundle-integrity.ts",
|
||||||
"check:unused": "knip-bun",
|
"check:unused": "knip-bun",
|
||||||
"health": "bun run scripts/health-check.ts",
|
"health": "bun run scripts/health-check.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user