{
	"name": "@yofriadi/pi-provider-kiro",
	"version": "0.8.9",
	"description": "pi extension for the Kiro API (AWS CodeWhisperer/Q) — 12 kiro-cli-verified models with OAuth authentication",
	"type": "module",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/yofriadi/pi-extensions.git",
		"directory": "packages/pi-provider-kiro"
	},
	"bugs": {
		"url": "https://github.com/yofriadi/pi-extensions/issues"
	},
	"homepage": "https://github.com/yofriadi/pi-extensions#readme",
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"pi-package",
		"pi",
		"kiro",
		"aws",
		"codewhisperer",
		"ai",
		"provider"
	],
	"files": [
		"dist",
		"README.md"
	],
	"scripts": {
		"build": "esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --external:@earendil-works/pi-ai --external:@earendil-works/pi-coding-agent --external:@earendil-works/pi-tui",
		"check": "tsc --noEmit",
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"format": "biome format --write .",
		"test": "vitest run",
		"test:watch": "vitest",
		"prepare": "npm run build",
		"prepublishOnly": "npm run check && npm run build"
	},
	"pi": {
		"extensions": [
			"./dist/index.js"
		]
	},
	"dependencies": {
		"esbuild": "^0.25.0",
		"js-tiktoken": "^1.0.21"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.2",
		"@earendil-works/pi-ai": "^0.75.5",
		"@earendil-works/pi-coding-agent": "^0.75.5",
		"@earendil-works/pi-tui": "^0.75.5",
		"tree-sitter": "^0.21.1",
		"tree-sitter-typescript": "^0.23.2",
		"typescript": "^5.7.0",
		"vitest": "^3.0.0"
	}
}
