{
  "name": "@hyperxenonzephyr/kv-code",
  "version": "0.3.6",
  "description": "KV Code is a local-first coding agent for terminal workflows.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/HyperXenonZephyr/Kv-code#readme",
  "bugs": {
    "url": "https://github.com/HyperXenonZephyr/Kv-code/issues"
  },
  "keywords": [
    "kv-code",
    "coding-agent",
    "terminal",
    "ai",
    "developer-tools"
  ],
  "bin": {
    "kv-code": "bin/kv-code.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "build": "python scripts/build_npm_package.py --package kv-code --version $npm_package_version --vendor-src ./vendor --pack-output ./dist/kv-code.tgz",
    "prepublishOnly": "npm run build"
  },
  "type": "module",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "bin/kv-code.js",
    "scripts/postinstall.js",
    "README.md",
    "LICENSE"
  ],
  "optionalDependencies": {
    "@hyperxenonzephyr/kv-code-linux-x64": "0.0.0-dev",
    "@hyperxenonzephyr/kv-code-linux-arm64": "0.0.0-dev",
    "@hyperxenonzephyr/kv-code-darwin-x64": "0.0.0-dev",
    "@hyperxenonzephyr/kv-code-darwin-arm64": "0.0.0-dev",
    "@hyperxenonzephyr/kv-code-win32-x64": "0.0.0-dev",
    "@hyperxenonzephyr/kv-code-win32-arm64": "0.0.0-dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HyperXenonZephyr/Kv-code.git",
    "directory": "kv-code-cli"
  },
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}
