{
	"name": "@dihak/pix-todo-auto",
	"version": "0.1.1",
	"description": "Pi extension — auto-continue the agent while pix-todo items remain unfinished",
	"type": "module",
	"main": "src/index.ts",
	"scripts": {
		"test": "bun test"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"src/index.ts"
		]
	},
	"keywords": [
		"pi",
		"pi-package",
		"pi-extension",
		"todo",
		"auto-continue"
	],
	"author": "dihak",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/dihak/pix-mono.git",
		"directory": "packages/pix-todo-auto"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@dihak/pix-todo": "^0.1.17"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*"
	}
}
