{
  "name": "pi-zai-agents",
  "version": "0.1.6",
  "description": "Unofficial pi package exposing Z.AI Agent API tools for Slide/Poster, Translation, and Video Effect Template agents.",
  "type": "module",
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
  "license": "MIT",
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "extension",
    "z-ai",
    "zai",
    "agents"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fitchmultz/pi-zai-agents.git"
  },
  "bugs": {
    "url": "https://github.com/fitchmultz/pi-zai-agents/issues"
  },
  "homepage": "https://github.com/fitchmultz/pi-zai-agents#readme",
  "files": [
    "extensions",
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "tsc --noEmit",
    "test": "node --experimental-strip-types --test test/*.test.mjs",
    "pack:dry-run": "npm pack --dry-run --json",
    "ci": "npm run typecheck && npm run test && npm run lint && npm run pack:dry-run",
    "release:dry-run": "npm run ci && npm publish --dry-run"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.9",
    "@earendil-works/pi-coding-agent": "^0.80.9",
    "@earendil-works/pi-tui": "^0.80.9",
    "@types/node": "^24.13.0",
    "typebox": "^1.2.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "pi": {
    "extensions": [
      "./extensions/zai-agents.ts"
    ]
  },
  "packageManager": "npm@11.16.0"
}
