{
  "name": "@graphit/cli",
  "version": "0.2.323",
  "description": "Graphit CLI - Build custom dashboards from any AI coding assistant",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omry-graphit/graphit.git",
    "directory": "cli"
  },
  "type": "module",
  "bin": {
    "graphit": "./dist/index.js"
  },
  "scripts": {
    "build": "npm run sync:version && tsc",
    "dev": "tsx src/index.ts",
    "lint": "npm run check:version && tsc --noEmit",
    "test": "npm run build && npm run check:commands && node --test test/*.test.mjs",
    "sync:version": "node scripts/sync-plugin-version.mjs",
    "check:version": "node scripts/sync-plugin-version.mjs --check",
    "gen:commands": "node scripts/generate-commands-doc.mjs && node scripts/generate-tool-manifest.mjs",
    "check:commands": "node scripts/generate-commands-doc.mjs --check && node scripts/generate-tool-manifest.mjs --check"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "bin",
    "skills",
    "hooks",
    "scripts",
    "commands",
    ".claude-plugin",
    ".codex-plugin"
  ],
  "keywords": [
    "graphit",
    "bi",
    "dashboard",
    "cli",
    "ai"
  ],
  "license": "UNLICENSED",
  "dependencies": {
    "@clack/prompts": "^1.5.1",
    "chalk": "^5.6.2",
    "commander": "^13.0.0",
    "open": "^10.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.7.0"
  }
}
