{
	"name": "@the-forge-flow/visual-explainer-pi",
	"version": "0.2.4",
	"description": "PI extension for generating beautiful HTML visualizations of diagrams, architecture, and data",
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"build": "tsc -p tsconfig.build.json",
		"test": "vitest run",
		"test:watch": "vitest",
		"test:coverage": "vitest run --coverage",
		"lint": "biome lint .",
		"lint:fix": "biome lint . --write",
		"format": "biome format .",
		"format:fix": "biome format . --write",
		"check": "biome check .",
		"check:fix": "biome check . --write",
		"typecheck": "tsc --noEmit",
		"prepare": "lefthook install || true"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@commitlint/cli": "^19.0.0",
		"@commitlint/config-conventional": "^19.0.0",
		"@sinclair/typebox": "^0.34.0",
		"@types/node": "^22.0.0",
		"lefthook": "^2.1.5",
		"typescript": "^5.7.0",
		"vitest": "^2.1.0"
	},
	"peerDependencies": {
		"@mariozechner/pi-coding-agent": "*",
		"@mariozechner/pi-ai": "*",
		"@mariozechner/pi-tui": "*",
		"@sinclair/typebox": "*"
	},
	"engines": {
		"node": ">=20.0.0"
	},
	"keywords": [
		"pi-package",
		"pi",
		"extension",
		"visualization",
		"diagrams",
		"architecture",
		"html",
		"mermaid"
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/monsieurbarti/visual-explainer-pi.git"
	},
	"bugs": {
		"url": "https://github.com/monsieurbarti/visual-explainer-pi/issues"
	},
	"homepage": "https://github.com/monsieurbarti/visual-explainer-pi#readme",
	"publishConfig": {
		"access": "public"
	},
	"pi": {
		"extensions": [
			"./dist/index.js"
		]
	}
}
