{
  "name": "@arvoretech/pi-kiro-provider",
  "version": "0.8.5",
  "description": "Pi extension for the Kiro API, maintained by Arvore",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arvoreeducacao/arvore-pi-extensions.git",
    "directory": "packages/kiro-provider"
  },
  "homepage": "https://github.com/arvoreeducacao/arvore-pi-extensions/tree/main/packages/kiro-provider",
  "bugs": {
    "url": "https://github.com/arvoreeducacao/arvore-pi-extensions/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "kiro",
    "aws",
    "codewhisperer",
    "ai",
    "provider"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.75.5"
  },
  "dependencies": {
    "@smithy/core": "^3.24.5",
    "@smithy/types": "^4.15.1",
    "js-tiktoken": "^1.0.21"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.75.5",
    "@earendil-works/pi-coding-agent": "^0.75.5",
    "@earendil-works/pi-tui": "^0.75.5",
    "@types/node": "^22.5.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "scripts": {
    "build": "tsc",
    "check": "tsc --noEmit",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}