{
  "name": "@tplog/zendesk-cli",
  "version": "1.4.5",
  "description": "Minimal Zendesk CLI for tickets and comments",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tplog/zendesk-cli.git"
  },
  "homepage": "https://github.com/tplog/zendesk-cli#readme",
  "bugs": {
    "url": "https://github.com/tplog/zendesk-cli/issues"
  },
  "type": "module",
  "bin": {
    "zcli": "./dist/cli.js"
  },
  "files": [
    "dist/"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/cli.js",
    "test": "npm run build && vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "typescript": "^5.5.3",
    "vitest": "^2.0.0"
  }
}
