{
  "name": "@tta-lab/pi-og",
  "version": "3.1.1",
  "type": "module",
  "description": "Pi extension for guarded Organon Git and forge operations through five capability tools: og_clone, og_pull, og_push, og_pr, and og_checks.",
  "homepage": "https://github.com/tta-lab/organon#readme",
  "bugs": {
    "url": "https://github.com/tta-lab/organon/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tta-lab/organon.git",
    "directory": "pi/packages/pi-og"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "keywords": [
    "pi-package"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "optionalDependencies": {
    "@tta-lab/pi-og-darwin-arm64": "3.1.1",
    "@tta-lab/pi-og-linux-x64": "3.1.1",
    "@tta-lab/pi-og-linux-arm64": "3.1.1"
  },
  "devDependencies": {
    "@tta-lab/pi-shared": "workspace:*",
    "@earendil-works/pi-ai": "0.84.1",
    "@earendil-works/pi-coding-agent": "0.84.1",
    "@types/node": "24.0.0",
    "typebox": "1.3.7"
  },
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "vitest run"
  }
}
