docs: 尝试修复 docs 的位置

This commit is contained in:
claude-code-best
2026-04-01 10:09:00 +08:00
parent b32dd4549d
commit 604110272f
6 changed files with 101 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",
@@ -44,7 +44,8 @@
"prepare": "git config core.hooksPath .githooks",
"test": "bun test",
"check:unused": "knip-bun",
"health": "bun run scripts/health-check.ts"
"health": "bun run scripts/health-check.ts",
"docs:dev": "npx mintlify dev"
},
"dependencies": {},
"devDependencies": {