{
	"name": "@dihak/pix-data",
	"version": "0.3.7",
	"description": "Pi extension — shared model data layer (models.dev + BenchLM), cached at ~/.cache/pi",
	"type": "module",
	"main": "src/index.ts",
	"exports": {
		".": "./src/index.ts",
		"./src/*": "./src/*",
		"./pix-config": "./src/pix-config.ts",
		"./collapse": "./src/collapse.ts"
	},
	"scripts": {
		"test": "bun test"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"src/index.ts"
		]
	},
	"keywords": [
		"pi",
		"pi-package",
		"pi-extension",
		"models.dev",
		"benchlm"
	],
	"author": "dihak",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/dihak/pix-mono.git",
		"directory": "packages/pix-data"
	},
	"homepage": "https://github.com/dihak/pix-mono/tree/main/packages/pix-data#readme",
	"bugs": {
		"url": "https://github.com/dihak/pix-mono/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*"
	}
}
