{
  "name": "@danypops/pi-tickets",
  "version": "0.29.4",
  "description": "Pi extension exposing the tickets daemon (GitHub/GitLab/Jira issue tracking) as an LLM-callable tool.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "tickets",
    "issue-tracker",
    "jira",
    "github",
    "gitlab"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "dependencies": {
    "@danypops/tickets": "^0.16.0",
    "@danypops/vehicle-client": "^0.10.1",
    "@danypops/vehicle-core": "^0.19.0",
    "malevich-tui-components": "^0.32.1",
    "typebox": "^1.1.34"
  },
  "peerDependencies": {
    "@danypops/vehicle-client-pi": "^0.48.0",
    "@earendil-works/pi-coding-agent": ">=0.74.0",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@danypops/pi-extension-harness": "^0.6.1",
    "@danypops/vehicle-client-pi": "^0.48.0",
    "@danypops/vehicle-conformance": "^0.4.0",
    "bun-types": "^1.3.0",
    "typescript": "^5.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test --max-concurrency 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanyPops/tickets.git",
    "directory": "packages/pi-tickets"
  },
  "homepage": "https://github.com/DanyPops/tickets/tree/master/packages/pi-tickets#readme",
  "bugs": {
    "url": "https://github.com/DanyPops/tickets/issues"
  }
}
