{
	"name": "pi-vscode-panels",
	"version": "0.1.1",
	"description": "Orchestrate sibling Pi sessions (panels) inside the Pi VS Code extension: parallel reviews and fix/verify loops",
	"type": "module",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/dcalsky/pi-vscode.git",
		"directory": "plugins/panels"
	},
	"keywords": [
		"pi-package",
		"pi",
		"pi-coding-agent",
		"vscode",
		"agents",
		"orchestration"
	],
	"files": [
		"extensions",
		"skills",
		"README.md"
	],
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"typecheck": "tsc --noEmit"
	},
	"pi": {
		"extensions": [
			"./extensions"
		],
		"skills": [
			"./skills"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-agent-core": "*",
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "^0.74.0",
		"@types/node": "^22.19.19",
		"typebox": "^1.1.24",
		"typescript": "^5.9.3"
	}
}
