{
  "name": "@bigking67/pi-67",
  "version": "0.15.8",
  "description": "Cross-platform workspace distribution and configuration manager for upstream Pi.",
  "type": "module",
  "bin": {
    "pi-67": "bin/pi-67.mjs",
    "pi67": "bin/pi-67.mjs"
  },
  "files": [
    "bin/",
    "src/",
    "scripts/",
    "schemas/",
    "distro/",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "check": "node scripts/check.mjs",
    "smoke": "node bin/pi-67.mjs --help && node bin/pi-67.mjs --agent-dir ../.. version --json && node bin/pi-67.mjs --agent-dir ../.. manifest --json && node bin/pi-67.mjs --agent-dir ../.. extensions doctor --json --no-remote && node bin/pi-67.mjs --agent-dir ../.. backups list --json && node bin/pi-67.mjs --agent-dir ../.. update --check --json --no-remote && node bin/pi-67.mjs --agent-dir ../.. update --check --json --no-remote --strict-shared-skills && node bin/pi-67.mjs --agent-dir ../.. --repo-root ../.. publish-check --json --no-remote && node bin/pi-67.mjs --dry-run self-update",
    "prepack": "node scripts/build-distro-bundle.mjs",
    "postpack": "node scripts/clean-distro-bundle.mjs",
    "prepublishOnly": "node bin/pi-67.mjs --agent-dir ../.. --repo-root ../.. publish-check --quiet --strict --no-pack --no-remote"
  },
  "keywords": [
    "pi",
    "pi-67",
    "coding-agent",
    "agent",
    "xtalpi"
  ],
  "author": "bigKING67",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigKING67/pi-67.git",
    "directory": "packages/pi67-cli"
  },
  "bugs": {
    "url": "https://github.com/bigKING67/pi-67/issues"
  },
  "homepage": "https://github.com/bigKING67/pi-67#readme",
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
