{
  "name": "tianshu-tui",
  "version": "2.15.0",
  "description": "Terminal coding agent optimized for DeepSeek V4 prefix cache",
  "license": "Apache-2.0",
  "type": "module",
  "keywords": [
    "coding-agent",
    "terminal",
    "tui",
    "deepseek",
    "ai",
    "cli"
  ],
  "homepage": "https://github.com/huiliyi37/Tianshu-Tui#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huiliyi37/Tianshu-Tui.git"
  },
  "bugs": {
    "url": "https://github.com/huiliyi37/Tianshu-Tui/issues"
  },
  "engines": {
    "node": "24.1.0"
  },
  "files": [
    "dist/",
    "!dist/node_modules",
    "!dist/native",
    "README.md",
    "LICENSE",
    "completions/"
  ],
  "bin": {
    "rivet": "dist/main.js"
  },
  "scripts": {
    "postinstall": "patch-package || node -e 1",
    "prepublishOnly": "npm run build",
    "dev": "tsup --watch",
    "build": "tsup",
    "start": "node --expose-gc --max-old-space-size=4096 dist/main.js",
    "typecheck": "tsc --noEmit",
    "typecheck:baseline": "tsx scripts/typecheck-baseline.ts",
    "test": "tsx scripts/run-node-tests.ts",
    "test:unit": "tsx scripts/run-node-tests.ts --unit",
    "test:integration": "tsx scripts/run-node-tests.ts --integration",
    "test:fast": "tsx scripts/run-node-tests.ts --exclude-tui",
    "test:desktop": "node --import ./desktop/scripts/test-alias-register.mjs --import tsx --test-force-exit --test 'desktop/src/**/__tests__/*.test.ts'",
    "test:incremental": "tsx scripts/test-incremental.ts",
    "cache:audit": "tsx src/cache/cache-audit-cli.ts",
    "tokens:audit": "tsx scripts/analyze-output-tokens.ts",
    "benchmark": "tsx scripts/run-benchmark.ts"
  },
  "dependencies": {
    "@ast-grep/lang-json": "^0.0.7",
    "@ast-grep/lang-python": "^0.0.6",
    "@ast-grep/napi": "^0.44.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "diff": "^9.0.0",
    "get-east-asian-width": "^1.6.0",
    "ink": "^6.8.0",
    "react": "^19.2.6",
    "string-width": "^8.2.1",
    "tree-sitter-wasms": "^0.1.13",
    "turndown": "^7.2.4",
    "typescript": "^5.7.0",
    "undici": "^8.3.0",
    "web-tree-sitter": "^0.24.7",
    "zod": "^3.24.0"
  },
  "optionalDependencies": {
    "better-sqlite3": "^12.10.0"
  },
  "devDependencies": {
    "@tauri-apps/cli": "^2.11.2",
    "@types/better-sqlite3": "^7.6.13",
    "@types/diff": "^7.0.2",
    "@types/node": "^22.0.0",
    "@types/react": "^19.2.14",
    "@types/turndown": "^5.0.6",
    "patch-package": "^8.0.0",
    "ts-morph": "^28.0.0",
    "tsup": "^8.4.0",
    "tsx": "^4.22.0"
  }
}
