{
	"name": "pi-annotations",
	"version": "1.0.1",
	"description": "Review long pi responses PR-style: mark line spans, attach notes, and send them as one quote-anchored batch",
	"keywords": [
		"pi-package"
	],
	"license": "MIT",
	"author": "Parth Patel",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/patelparth3/pi-annotations.git"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"devDependencies": {
		"@earendil-works/pi-tui": "*",
		"jiti": "^2.4.2"
	},
	"scripts": {
		"test": "node test/annotate.test.mjs"
	},
	"pi": {
		"extensions": [
			"./annotate.ts"
		],
		"image": "https://raw.githubusercontent.com/patelparth3/pi-annotations/main/assets/annotate-overlay.png"
	},
	"files": [
		"annotate.ts",
		"README.md",
		"LICENSE",
		"assets"
	]
}
