{
  "name": "pi-replicant",
  "version": "0.1.8",
  "description": "Codebase exploration subagent extension for pi using Offworld CLI",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "offworld",
    "subagent",
    "exploration"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oscabriel/pi-replicant.git"
  },
  "bugs": {
    "url": "https://github.com/oscabriel/pi-replicant/issues"
  },
  "homepage": "https://github.com/oscabriel/pi-replicant#readme",
  "pi": {
    "extensions": [
      "./extensions/replicant/index.ts"
    ]
  },
  "scripts": {
    "test": "tsx --test test/*.test.ts",
    "typecheck": "tsc --noEmit",
    "pack:check": "npm pack --dry-run",
    "prepublishOnly": "npm run typecheck && npm test && npm run pack:check",
    "release:bump": "bash ./scripts/release-bump.sh",
    "release:patch": "bash ./scripts/release-bump.sh patch",
    "release:minor": "bash ./scripts/release-bump.sh minor",
    "release:major": "bash ./scripts/release-bump.sh major"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@sinclair/typebox": "*",
    "@types/node": "^25.2.3",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  },
  "packageManager": "bun@1.3.9",
  "files": [
    "extensions/",
    "README.md",
    "LICENSE"
  ]
}
