{
	"name": "pi-agent-selector",
	"version": "0.1.2",
	"description": "Pi extension that lets users activate local agent markdown files as the current session profile.",
	"type": "module",
	"license": "MIT",
	"keywords": ["pi-package", "pi-extension", "agent-selector", "session-profile"],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/kevinvargasl/pi-agent-selector.git"
	},
	"homepage": "https://github.com/kevinvargasl/pi-agent-selector#readme",
	"bugs": {
		"url": "https://github.com/kevinvargasl/pi-agent-selector/issues"
	},
	"files": ["src", "README.md", "CHANGELOG.md", "LICENSE", "package.json"],
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-agent-core": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@earendil-works/pi-ai": "^0.74.0",
		"@earendil-works/pi-agent-core": "^0.74.0",
		"@earendil-works/pi-coding-agent": "^0.74.0",
		"@earendil-works/pi-tui": "^0.74.0",
		"@types/node": "^25.0.0"
	},
	"scripts": {
		"clean": "echo 'nothing to clean'",
		"build": "echo 'nothing to build'",
		"check": "echo 'nothing to check'",
		"lint": "biome check --fix --unsafe"
	},
	"engines": {
		"node": ">=20.6.0"
	},
	"pi": {
		"extensions": ["./src/index.ts"]
	}
}
