{
	"name": "@llttlltt/poimandres-pi",
	"description": "pi coding agent theme based on the poimandres VSCode theme",
	"license": "MIT",
	"version": "0.4.3",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/llttlltt/poimandres-pi.git"
	},
	"bugs": {
		"url": "https://github.com/llttlltt/poimandres-pi/issues"
	},
	"homepage": "https://github.com/llttlltt/poimandres-pi#readme",
	"publishConfig": {
		"access": "public",
		"provenance": true
	},
	"keywords": [
		"pi-package",
		"pi-theme",
		"poimandres",
		"theme"
	],
	"files": [
		"themes/pi",
		"README.md"
	],
	"pi": {
		"themes": [
			"./themes/pi"
		],
		"image": "https://raw.githubusercontent.com/llttlltt/poimandres-pi/master/assets/poimandres.png"
	},
	"type": "module",
	"packageManager": "pnpm@11.7.0",
	"scripts": {
		"build": "node --import tsx src/generate-pi-theme.ts",
		"check": "tsc --noEmit",
		"clean:themes": "rm -rf themes && mkdir -p themes",
		"format": "biome format --write .",
		"lint": "biome check --write .",
		"prebuild": "pnpm verify && pnpm clean:themes",
		"test": "vitest run test/pi-theme-schema.test.ts",
		"test:generated": "vitest run test/generated-theme.test.ts",
		"verify": "pnpm run lint && pnpm run check && pnpm run test"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.5.0",
		"@types/node": "^22.0.0",
		"ajv": "^8.20.0",
		"tsx": "^4.19.0",
		"typescript": "^5.8.0",
		"vitest": "^3.2.6"
	}
}
