{
  "name": "@comment-io/cli",
  "version": "0.1.36",
  "description": "Comment.io CLI and local notification daemon",
  "keywords": [
    "comment.io",
    "comment-io",
    "collaborative-editing",
    "markdown",
    "documents",
    "ai-agents",
    "agents",
    "cli",
    "notifications",
    "mcp"
  ],
  "license": "MIT",
  "author": "Comment.io (https://comment.io)",
  "private": false,
  "type": "module",
  "homepage": "https://comment.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/comment-hq/comment.io.git"
  },
  "bugs": {
    "url": "https://github.com/comment-hq/comment.io/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "bin": {
    "comment": "bin/comment.js",
    "comment-staging": "bin/comment-staging.js"
  },
  "files": [
    "bin/",
    "dist/",
    "mcp/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "prepack": "node ../../scripts/prepare-cli-package.mjs",
    "postinstall": "node bin/postinstall.js"
  },
  "engines": {
    "node": ">=20"
  }
}
