{
  "name": "@miphamai/cli",
  "version": "0.85.2",
  "description": "Mipham Code — Multi-model open-core intelligent coding terminal by MiphamAI",
  "keywords": [
    "ai",
    "coding",
    "terminal",
    "cli",
    "claude",
    "openai",
    "deepseek",
    "mcp",
    "mipham",
    "agent",
    "developer-tools"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/One-Mipham/mipham-code"
  },
  "homepage": "https://mipham.ai/code",
  "license": "Apache-2.0",
  "type": "module",
  "bin": {
    "mipham": "bin/mipham"
  },
  "files": [
    "bin/",
    "src/",
    "skills/",
    "assets/"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "dev": "bun run bin/mipham.ts",
    "build": "bun run scripts/generate-bundled-skills.ts && bun build --compile --minify ./bin/mipham.ts --outfile dist/mipham",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "knip": "knip --production --no-progress --no-exit-code",
    "coverage": "vitest run --coverage",
    "mutate": "stryker run"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.73.0",
    "commander": "^13.1.0",
    "ink": "^7.1.1",
    "ink-text-input": "^6.0.0",
    "react": "^19.3.0",
    "react-devtools-core": "^8.0.0",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@mipham/shared": "workspace:*",
    "@stryker-mutator/core": "10.0.0",
    "@stryker-mutator/vitest-runner": "10.0.0",
    "@types/bun": "^1.4.2",
    "@types/node": "^22.19.19",
    "@types/react": "^19.3.0",
    "@vitest/coverage-v8": "^5.0.0",
    "ink-testing-library": "^4.0.0",
    "vitest": "^5.0.0"
  }
}
