{
  "name": "pi-maestro-flow",
  "version": "0.4.3",
  "description": "Pi extension for Maestro knowledge and workflow orchestration with teammate dispatch",
  "type": "module",
  "scripts": {
    "postinstall": "node scripts/configure-keybindings.mjs && node scripts/install-workflows.mjs",
    "test:install": "node --test test/configure-keybindings.test.mjs test/install-workflows.test.mjs",
    "test:package": "node --experimental-transform-types --test test/package-resources.test.mjs test/package-resources-runtime.test.ts",
    "test:todo": "node --experimental-transform-types --test test/skill-loader.test.ts test/todo.test.ts",
    "test:compaction": "node --experimental-transform-types --test test/compaction.test.ts",
    "test:hooks": "node --experimental-transform-types --test test/hooks.test.ts",
    "test:goal": "node --experimental-transform-types --test test/goal.test.ts",
    "test:plan": "node --experimental-transform-types --test test/plan-store.test.ts test/plan-editor.test.ts test/plan-lifecycle.test.ts test/statusline.test.ts"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "maestro",
    "agents",
    "explore",
    "delegate",
    "moa",
    "workflow",
    "orchestration",
    "skills"
  ],
  "files": [
    "src/**/*.ts",
    "scripts/",
    "schemas/",
    "templates/",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./src/extension/index.ts"
    ]
  },
  "dependencies": {
    "@earendil-works/pi-tui": "0.74.0",
    "maestro-flow": "0.5.49",
    "typebox": "1.1.24"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "pi-maestro-teammate": ">=0.2.0"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-agent-core": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "pi-maestro-teammate": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "0.74.0",
    "@earendil-works/pi-ai": "0.74.0",
    "@earendil-works/pi-coding-agent": "0.74.0"
  },
  "maestro": {
    "required": true,
    "minVersion": "1.0.0",
    "features": [
      "search",
      "load"
    ],
    "installUrl": "https://github.com/catlog22/maestro2"
  }
}
