{
  "name": "pi-ultracode",
  "version": "0.9.0",
  "description": "Adaptive semantic-depth workflow orchestration for Pi, with focused, standard, and deep modes, isolated subagents, worktree delivery, structured output, and durable resume.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "ultracode",
    "workflow",
    "workflows",
    "agents",
    "subagents",
    "orchestration"
  ],
  "author": "pi-ultracode",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ekil1100/pi-ultracode.git"
  },
  "homepage": "https://github.com/ekil1100/pi-ultracode#readme",
  "bugs": {
    "url": "https://github.com/ekil1100/pi-ultracode/issues"
  },
  "files": [
    "extensions/",
    "src/",
    "types/",
    "examples/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "pi": {
    "extensions": [
      "./extensions/ultracode.ts"
    ]
  },
  "exports": {
    "./workflow": {
      "types": "./types/workflow.d.ts"
    }
  },
  "scripts": {
    "test": "node --experimental-strip-types --test test/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@typesafe-ai/sdk": "^0.6.0",
    "acorn": "^8.11.0"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "^0.86.0",
    "@earendil-works/pi-ai": "^0.86.0",
    "@earendil-works/pi-coding-agent": "^0.86.0",
    "@earendil-works/pi-tui": "^0.86.0",
    "@types/node": "^24.12.4",
    "typebox": "1.3.7",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": ">=0.86.0",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-agent-core": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  }
}
