{
  "name": "compound-engineering-pi",
  "version": "0.2.4",
  "type": "module",
  "private": false,
  "description": "Pi-first Compound Engineering extension with subagents and MCPorter compatibility.",
  "keywords": [
    "pi-package",
    "pi",
    "compound-engineering",
    "mcporter",
    "subagent",
    "workflow",
    "agent"
  ],
  "bin": {
    "compound-engineering-pi": "compound-engineering-pi",
    "compound-plugin": "compound-plugin"
  },
  "license": "MIT",
  "author": "Geet Khosla",
  "homepage": "https://github.com/gvkhosla/compound-engineering-pi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gvkhosla/compound-engineering-pi.git"
  },
  "bugs": {
    "url": "https://github.com/gvkhosla/compound-engineering-pi/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "bun": ">=1.3.0"
  },
  "files": [
    "bin",
    "src",
    "plugins",
    "extensions",
    "skills",
    "prompts",
    "pi-resources",
    "compound-engineering-pi",
    "compound-plugin",
    "README.md",
    "LICENSE",
    "docs/pi.md"
  ],
  "scripts": {
    "dev": "bun run src/index.ts",
    "convert": "bun run src/index.ts convert",
    "list": "bun run src/index.ts list",
    "cli:install": "bun run src/index.ts install",
    "test": "bun test",
    "release:check": "bun test && npm pack --dry-run",
    "release:publish": "npm publish --access public",
    "release:ship": "npm run release:check && npm run release:publish",
    "prepublishOnly": "bun test"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ],
    "image": "https://opengraph.githubassets.com/1/gvkhosla/compound-engineering-pi"
  },
  "dependencies": {
    "citty": "^0.1.6",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "bun-types": "^1.0.0"
  }
}
