{
  "name": "@happy2png/jira-cli",
  "version": "1.0.2",
  "description": "Jira & Confluence CLI for developers and AI agents",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "jc": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && bun link",
    "build:npm": "bun build ./src/index.ts --outfile ./dist/index.js --target node --format esm --packages=external --external axios --external commander --external form-data && cp ./src/index.ts ./dist/index.d.ts",
    "prepublishOnly": "bun run build:npm",
    "dev": "tsc --watch",
    "start": "bun dist/index.js"
  },
  "keywords": [
    "jira",
    "confluence",
    "cli",
    "atlassian",
    "issue-tracker"
  ],
  "author": "ShpetimA",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ShpetimA/bitbucket-cli.git",
    "directory": "packages/jira-cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "axios": "^1.13.2",
    "commander": "^14.0.2",
    "form-data": "^4.0.1"
  },
  "devDependencies": {
    "@types/node": "^25.0.8",
    "typescript": "^5.9.3"
  }
}
