{
  "name": "@lollyz/pi-jira-extension",
  "version": "1.0.0",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.ts",
    "client.ts",
    "settings.ts"
  ],
  "description": "Jira Cloud integration for Pi",
  "type": "module",
  "license": "MIT",
  "author": "Lorenzo Farinea",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lollyz/pi-jira-extension.git"
  },
  "homepage": "https://github.com/Lollyz/pi-jira-extension#readme",
  "bugs": {
    "url": "https://github.com/Lollyz/pi-jira-extension/issues"
  },
  "keywords": [
    "pi-package",
    "jira",
    "atlassian"
  ],
  "scripts": {
    "test": "node --test *.test.ts",
    "verify": "pi -e ./index.ts --list-models"
  },
  "engines": {
    "node": ">=22.18"
  },
  "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": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "@napi-rs/keyring": "^1.3.0"
  }
}
