{
  "name": "@gately/cli",
  "version": "0.6.16",
  "description": "Push MDX/Markdown docs from your codebase to Gately Help Center",
  "type": "module",
  "bin": {
    "gately": "bin/gately.js"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "bump": "node scripts/bump-version.js",
    "prebuild": "npm run bump",
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "gately",
    "documentation",
    "help-center",
    "markdown",
    "mdx",
    "docs",
    "cli",
    "api-documentation",
    "api-reference",
    "openapi"
  ],
  "author": "Gately",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gately/gately.git"
  },
  "dependencies": {
    "@iconify-json/hugeicons": "^1.2.24",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "glob": "^11.0.0",
    "gray-matter": "^4.0.3",
    "remark-gfm": "^4.0.0",
    "remark-parse": "^11.0.0",
    "unified": "^11.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
