{
  "name": "@dreki-gg/pi-subagent",
  "version": "0.20.0",
  "description": "Prompt-native isolated Pi subprocess execution for single, parallel, chain, and workflow runs",
  "keywords": [
    "pi-package",
    "subagent",
    "orchestration"
  ],
  "author": "Juan Albarran <jalbarrandev@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jalbarrang/pi-subagent.git"
  },
  "type": "module",
  "files": [
    "extensions/subagent",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "oxlint extensions",
    "format": "oxfmt --write extensions test",
    "format:check": "oxfmt --check extensions test"
  },
  "pi": {
    "extensions": [
      "./extensions/subagent"
    ]
  },
  "devDependencies": {
    "@types/node": "^26",
    "oxfmt": "^0.58.0",
    "oxlint": "^1.73.0",
    "typescript": "^7.0.2",
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-agent-core": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@earendil-works/pi-tui": "^0.80.6",
    "typebox": "^1.3.6"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "^0.75.4",
    "@earendil-works/pi-agent-core": "^0.75.4",
    "@earendil-works/pi-coding-agent": "^0.75.4",
    "@earendil-works/pi-tui": "^0.75.4",
    "typebox": "^1.0.55"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-agent-core": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  }
}
