{
	"name": "@agnishc/edb-explore",
	"version": "0.5.1",
	"description": "Pi extension: explore_dir tool — sub-agent directory search that keeps results out of main context",
	"keywords": [
		"pi-package",
		"pi-extension",
		"edb"
	],
	"type": "module",
	"license": "MIT",
	"author": "Agnish Chakraborty",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/agnishcc/pi-extention-monorepo.git",
		"directory": "packages/edb-explore"
	},
	"homepage": "https://github.com/agnishcc/pi-extention-monorepo/tree/main/packages/edb-explore#readme",
	"bugs": {
		"url": "https://github.com/agnishcc/pi-extention-monorepo/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "vitest run"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"CHANGELOG.md"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"peerDependencies": {
		"@mariozechner/pi-coding-agent": "*",
		"@mariozechner/pi-tui": "*",
		"typebox": "*"
	}
}
