{
	"name": "@xynogen/pix-themes",
	"version": "1.0.4",
	"description": "Theme pack for Pi Coding Agent (7 dark themes)",
	"type": "module",
	"scripts": {
		"test": "bun test"
	},
	"files": [
		"themes",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"themes": [
			"./themes"
		]
	},
	"keywords": [
		"pi",
		"pi-package",
		"pi-theme",
		"theme",
		"dark",
		"tokyo-night",
		"one-dark"
	],
	"author": "xynogen",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/xynogen/pix-mono.git",
		"directory": "packages/pix-themes"
	},
	"homepage": "https://github.com/xynogen/pix-mono/tree/main/packages/pix-themes#readme",
	"bugs": {
		"url": "https://github.com/xynogen/pix-mono/issues"
	},
	"publishConfig": {
		"access": "public"
	}
}
