{
  "name": "pi-zenbin",
  "version": "0.1.0",
  "description": "Pi extension package for ZenBin publishing, brain, and messaging workflows.",
  "type": "module",
  "license": "MIT",
  "author": "Tom Wilson <tom@twilson63.com>",
  "homepage": "https://github.com/twilson63/pi-zenbin#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twilson63/pi-zenbin.git"
  },
  "bugs": {
    "url": "https://github.com/twilson63/pi-zenbin/issues"
  },
  "keywords": ["pi-package", "pi", "zenbin"],
  "files": [
    "README.md",
    "extensions",
    "skills"
  ],
  "scripts": {
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "extensions": ["./extensions"],
    "skills": ["./skills"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*",
    "typescript": "^5.0.0"
  }
}
