{
	"name": "@xynogen/pix-toolbox",
	"version": "0.1.8",
	"description": "Pi tool — gated tool toggle UI (/toolbox)",
	"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",
		"toolbox"
	],
	"author": "xynogen",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/xynogen/pix-mono.git",
		"directory": "packages/pix-toolbox"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@xynogen/pix-pretty": "^1.7.9"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	}
}
