{
  "name": "@tplog/pi-zendy",
  "version": "0.4.1",
  "description": "Pi package for Dify Enterprise support ticket analysis",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tplog/pi-zendy.git"
  },
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "zendy"
  ],
  "pi": {
    "extensions": [
      "./extensions/zendy.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "dist",
    "extensions",
    "prompts",
    "skills"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "tsc && node --test test/*.test.mjs",
    "prepare": "tsc",
    "prepublishOnly": "tsc"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/node": "^22.0.0"
  }
}
