{
	"name": "@pandi-coding-agent/pandi-mdview",
	"version": "0.1.9",
	"description": "Extensión de Pi que agrega un comando para ver Markdown en la TUI.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/andrestobelem/pandi-extensions.git",
		"directory": "extensions/pandi-mdview"
	},
	"type": "module",
	"keywords": [
		"pi-package",
		"pi",
		"pi-extension",
		"markdown",
		"tui"
	],
	"files": [
		"*.ts",
		"README.md"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": ">=0.80.3 <0.85.0",
		"@earendil-works/pi-tui": ">=0.80.3 <0.85.0",
		"typebox": "^1.1.38"
	}
}
