{
  "name": "opencode-kiro",
  "version": "0.4.0",
  "description": "The ACP-compliant Kiro plugin for opencode: auth via the official kiro-cli login, the live Kiro model lineup through the Agent Client Protocol, and TUI credits display",
  "license": "MIT",
  "author": "Nacho F. Lizaur (https://github.com/NachoFLizaur)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NachoFLizaur/opencode-kiro.git"
  },
  "bugs": {
    "url": "https://github.com/NachoFLizaur/opencode-kiro/issues"
  },
  "homepage": "https://github.com/NachoFLizaur/opencode-kiro#readme",
  "type": "module",
  "exports": {
    "./server": {
      "types": "./dist/server.d.ts",
      "default": "./dist/server.js"
    },
    "./tui": {
      "types": "./dist/tui.d.ts",
      "default": "./dist/tui.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "pretest": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=20",
    "opencode": ">=1.16.0"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "*"
  },
  "dependencies": {
    "kiro-acp-ai-provider": "3.0.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "1.16.2",
    "@opentui/solid": "^0.3.4",
    "@types/node": "^20.19.42",
    "solid-js": "^1.9.12",
    "tsup": "^8.0.0",
    "typescript": "^5.7.0",
    "vitest": "^4.1.8"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "kiro",
    "kiro-cli",
    "acp",
    "agent-client-protocol",
    "amazon-q",
    "aws"
  ]
}
