{
	"name": "@dihak/pix-core",
	"version": "0.5.5",
	"description": "Pi extension bundle — installs and activates all core pix-* extensions",
	"type": "module",
	"main": "src/extension.ts",
	"pi": {
		"extensions": [
			"src/extension.ts"
		]
	},
	"scripts": {
		"test": "bun test"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"keywords": [
		"pi",
		"pi-package",
		"pi-extension",
		"pix"
	],
	"author": "dihak",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/dihak/pix-mono.git",
		"directory": "packages/pix-core"
	},
	"homepage": "https://github.com/dihak/pix-mono/tree/main/packages/pix-core#readme",
	"bugs": {
		"url": "https://github.com/dihak/pix-mono/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@dihak/pix-data": "^0.3.7",
		"@dihak/pix-pretty": "^1.7.23",
		"@dihak/pix-welcome": "^0.1.15",
		"@dihak/pix-footer": "^0.2.4",
		"@dihak/pix-working": "^0.1.2",
		"@dihak/pix-diagnostics": "^0.1.7",
		"@dihak/pix-display": "^0.1.13",
		"@dihak/pix-models": "^0.1.24",
		"@dihak/pix-hotkeys": "^0.1.0",
		"@dihak/pix-update": "^0.1.13",
		"@dihak/pix-commands": "^0.2.1",
		"@dihak/pix-read": "^0.1.15",
		"@dihak/pix-write": "^0.1.14",
		"@dihak/pix-edit": "^0.1.16",
		"@dihak/pix-find": "^0.1.15",
		"@dihak/pix-grep": "^0.1.15",
		"@dihak/pix-ls": "^0.1.15",
		"@dihak/pix-bash": "^0.1.14",
		"@dihak/pix-todo": "^0.1.17",
		"@dihak/pix-todo-auto": "^0.1.1",
		"@dihak/pix-ask": "^0.2.7",
		"@dihak/pix-gate": "^0.1.15",
		"@dihak/pix-subagent": "^0.5.7"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	}
}
