{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@kilocode/plugin",
  "version": "7.2.0",
  "type": "module",
  "license": "MIT",
  "scripts": {
    "typecheck": "tsgo --noEmit",
    "build": "tsc"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./tool": {
      "import": "./dist/tool.js",
      "types": "./dist/tool.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@kilocode/sdk": "7.2.0",
    "zod": "4.1.8"
  },
  "devDependencies": {
    "@tsconfig/node22": "22.0.2",
    "@types/node": "22.13.9",
    "typescript": "5.8.2",
    "@typescript/native-preview": "7.0.0-dev.20260316.1"
  },
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/Kilo-Org/kilocode",
    "directory": "packages/plugin"
  }
}