{
	"name": "@surgee/pi-flow",
	"version": "0.1.2",
	"private": false,
	"description": "Pi extension for checked plans, live reports, completion acceptance, and quality checks.",
	"type": "module",
	"license": "Apache-2.0",
	"author": "Suge8",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Suge8/pi-flow.git"
	},
	"bugs": {
		"url": "https://github.com/Suge8/pi-flow/issues"
	},
	"homepage": "https://github.com/Suge8/pi-flow#readme",
	"engines": {
		"node": ">=22.19.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi",
		"goal",
		"flow",
		"review"
	],
	"files": [
		"src",
		"prompts",
		"scripts",
		"config.template.json",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		],
		"image": "https://raw.githubusercontent.com/Suge8/pi-flow/main/assets/hero.png"
	},
	"scripts": {
		"check": "biome check . && npm run typecheck",
		"format": "biome check --write .",
		"release": "node scripts/release.mjs",
		"release:current": "npm run release -- current",
		"release:patch": "npm run release -- patch",
		"release:minor": "npm run release -- minor",
		"release:major": "npm run release -- major",
		"test": "node tests/language-smoke.mjs && node tests/plan-smoke.mjs && node tests/session-transcript-smoke.mjs && node tests/goal-review-smoke.mjs && node tests/review-smoke.mjs && node tests/activity-frame-smoke.mjs && node tests/status-smoke.mjs && node tests/report-server-smoke.mjs && node tests/goal-activity-smoke.mjs && node tests/result-card-smoke.mjs && node tests/service-tier-smoke.mjs && node tests/flow-smoke.mjs && node tests/footer-smoke.mjs && node tests/copy-lint-smoke.mjs",
		"typecheck": "tsc --noEmit",
		"prepublishOnly": "npm run check && npm test"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.14",
		"@earendil-works/pi-coding-agent": "0.80.3",
		"@earendil-works/pi-tui": "0.80.3",
		"@types/node": "24.12.4",
		"typescript": "6.0.3"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"peerDependenciesMeta": {
		"@earendil-works/pi-coding-agent": {
			"optional": true
		},
		"@earendil-works/pi-tui": {
			"optional": true
		}
	}
}
