{
	"name": "@kmalkenneth/pi-watch",
	"version": "0.1.1",
	"description": "Pi extension that watches for AI comments in your code and sends them to the agent",
	"author": "Kao Felix",
	"license": "GPL-3.0-or-later",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/kmalkenneth/pi-watch.git"
	},
	"bugs": {
		"url": "https://github.com/kmalkenneth/pi-watch/issues"
	},
	"homepage": "https://github.com/kmalkenneth/pi-watch#readme",
	"keywords": [
		"pi-package",
		"pi-extension",
		"ai",
		"file-watcher",
		"coding-agent"
	],
	"files": [
		"*.ts",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"clean": "echo 'nothing to clean'",
		"build": "echo 'nothing to build'",
		"check": "biome check .",
		"check:fix": "biome check --write .",
		"format": "biome format --write .",
		"test": "vitest run"
	},
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"dependencies": {
		"chokidar": "^4.0.1"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.3.11",
		"@vitest/ui": "^4.0.17",
		"vitest": "^4.0.17"
	},
	"peerDependencies": {
		"@mariozechner/pi-coding-agent": "*"
	}
}
