{
	"name": "pi-dynamic-workflow",
	"version": "0.1.2",
	"description": "Dynamic workflow orchestration for pi: the LLM authors a JS orchestration script that fans out isolated pi subagent sessions",
	"type": "module",
	"author": {
		"name": "milanglacier",
		"url": "https://github.com/milanglacier"
	},
	"license": "MIT",
	"homepage": "https://github.com/milanglacier/pi-dynamic-workflow#readme",
	"repository": {
		"type": "git",
		"url": "https://github.com/milanglacier/pi-dynamic-workflow.git"
	},
	"bugs": {
		"url": "https://github.com/milanglacier/pi-dynamic-workflow/issues"
	},
	"keywords": [
		"pi-package",
		"pi",
		"pi-coding-agent",
		"pi-plugins",
		"multi-agent",
		"workflow",
		"orchestration",
		"ai-agents"
	],
	"files": [
		"src"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"scripts": {
		"prepublishOnly": "npm run typecheck",
		"typecheck": "tsc --noEmit",
		"test": "node --test \"test/*.test.ts\"",
		"check": "npm run typecheck && npm test"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"peerDependencies": {
		"@earendil-works/pi-agent-core": "*",
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"@types/node": "^24.0.0",
		"typescript": "^5.8.0"
	}
}
