{
  "name": "ccdash",
  "version": "0.6.18",
  "description": "Claude Code Dashboard - A comprehensive monitoring dashboard for Claude Code",
  "main": "bin/ccdash.js",
  "bin": {
    "ccdash": "./bin/ccdash.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/postinstall.js cleanup"
  },
  "keywords": [
    "claude",
    "claude-code",
    "monitoring",
    "task-scheduler",
    "ai",
    "development-tools",
    "cli"
  ],
  "author": "Claude Code Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/satoshi03/ccdash.git"
  },
  "bugs": {
    "url": "https://github.com/satoshi03/ccdash/issues"
  },
  "homepage": "https://github.com/satoshi03/ccdash#readme",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "preferGlobal": true,
  "files": [
    "bin/",
    "scripts/",
    "README.md"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "publishConfig": {
    "access": "public"
  }
}
