{
	"name": "@yandy0725/pi-todo",
	"publishConfig": {
		"access": "public"
	},
	"version": "0.1.1",
	"description": "pi package providing a minimal todo tool with an editor-overhead widget",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/yandy/pi-packages",
		"directory": "pi-todo"
	},
	"type": "module",
	"keywords": [
		"pi-package"
	],
	"files": [
		"index.ts",
		"src/"
	],
	"scripts": {
		"test": "vitest run",
		"test:watch": "vitest",
		"typecheck": "tsc --noEmit",
		"lint": "biome lint .",
		"format": "biome format --write .",
		"check": "biome check ."
	},
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": ">=0.80.2",
		"@earendil-works/pi-tui": ">=0.80.2"
	},
	"devDependencies": {
		"typebox": "^1.1.38"
	}
}
