{
	"name": "@agnishc/edb-context-viewer",
	"version": "0.18.0",
	"description": "Pi extension: inspect the system prompt and full LLM context in scrollable overlay popups",
	"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-context-viewer"
	},
	"homepage": "https://github.com/agnishcc/pi-extention-monorepo/tree/main/packages/edb-context-viewer#readme",
	"bugs": {
		"url": "https://github.com/agnishcc/pi-extention-monorepo/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "vitest run"
	},
	"files": [
		"src",
		"!src/**/*.test.ts",
		"README.md",
		"LICENSE",
		"CHANGELOG.md"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	}
}
