{
  "name": "@angelmsger/confluence-cli",
  "version": "0.13.0",
  "description": "Use a Confluence instance as a knowledge base for coding agents: read and write pages, search via CQL, manage comments and multiple servers.",
  "keywords": [
    "confluence",
    "cli",
    "wiki",
    "agent",
    "claude",
    "cql"
  ],
  "homepage": "https://angelmsger.github.io/confluence-cli/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AngelMsger/confluence-cli.git"
  },
  "license": "MIT",
  "bin": {
    "confluence-cli": "bin/confluence-cli.js"
  },
  "main": "install.js",
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/",
    "install.js",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
