{
  "name": "pi-provider-kimi-code",
  "version": "0.5.1",
  "description": "Use Kimi Code in Pi without losing the Kimi-specific bits",
  "keywords": [
    "ai-provider",
    "coding-agent",
    "device-code",
    "kimi",
    "kimi-coder",
    "kimi-for-coding",
    "kimi-k2",
    "kimi-k2.5",
    "kimi-k2.6",
    "llm",
    "llm-provider",
    "moonshot",
    "moonshotai",
    "oauth",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "pi-mono",
    "pi-package",
    "pi-provider",
    "subscription"
  ],
  "bugs": {
    "url": "https://github.com/Leechael/pi-provider-kimi-code/issues"
  },
  "license": "MIT",
  "author": "Leechael",
  "repository": {
    "type": "git",
    "url": "https://github.com/Leechael/pi-provider-kimi-code"
  },
  "files": [
    "index.ts",
    "src",
    "package.json",
    "README.md"
  ],
  "type": "module",
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build'",
    "check": "tsc --noEmit",
    "test": "node --test tests/*.test.ts",
    "lint": "oxlint .",
    "format": "oxfmt . --write",
    "format:check": "oxfmt . --check",
    "pre-commit": "prek run"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.78.0",
    "@earendil-works/pi-coding-agent": "^0.78.0",
    "@j178/prek": "^0.3.8",
    "@types/node": "^24.0.0",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.59.0",
    "typescript": "^5.9.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
