{
	"name": "pi-pokepet",
	"version": "1.6.4",
	"bin": {
		"pi-pokepet": "./scripts/cli.js",
		"pi-pets": "./scripts/cli.js",
		"pi-pet": "./scripts/cli.js"
	},
	"description": "A cute, colorful pet companion for the pi coding agent. Use classic ASCII pets or Petdex image pets that live below your editor and react to tools, tests, commits, PRs, reviews, subagents, model swaps and more.",
	"keywords": [
		"pi-package",
		"pi",
		"pi-extension",
		"petdex",
		"codex-pets",
		"pet",
		"tamagotchi",
		"statusline",
		"image",
		"ascii",
		"companion"
	],
	"license": "MIT",
	"author": "djdiptayan",
	"homepage": "https://github.com/djdiptayan1/pi-pokepet#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/djdiptayan1/pi-pokepet.git"
	},
	"bugs": {
		"url": "https://github.com/djdiptayan1/pi-pokepet/issues"
	},
	"pi": {
		"extensions": [
			"./extensions/index.ts"
		],
		"image": "https://raw.githubusercontent.com/djdiptayan1/pi-pokepet/main/demo.png"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*"
	},
	"scripts": {
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"test": "node --test --import tsx tests/*.test.ts",
		"check-version": "node scripts/check-version-bump.js"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.16",
		"tsx": "^4.22.3"
	},
	"files": [
		"extensions",
		"scripts/cli.js",
		"README.md",
		"LICENSE",
		"CHANGELOG.md"
	],
	"dependencies": {
		"@earendil-works/pi-tui": "^0.77.0",
		"electron": "^42.3.3",
		"sharp": "^0.33.5"
	}
}
