{
	"name": "@xynogen/pix-models",
	"version": "0.1.19",
	"description": "Pi extension — enhanced /models picker with BenchLM ranks",
	"type": "module",
	"main": "src/index.ts",
	"scripts": {
		"test": "bun test"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"src/extension.ts"
		]
	},
	"keywords": [
		"pi",
		"pi-package",
		"pi-extension",
		"pix"
	],
	"author": "xynogen",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/xynogen/pix-mono.git",
		"directory": "packages/pix-models"
	},
	"homepage": "https://github.com/xynogen/pix-mono/tree/main/packages/pix-models#readme",
	"bugs": {
		"url": "https://github.com/xynogen/pix-mono/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@xynogen/pix-data": "^0.3.0",
		"@xynogen/pix-pretty": "^1.7.9"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	}
}
