{
  "name": "claude-rpc",
  "version": "1.4.2",
  "description": "Discord Rich Presence for Claude Code — live model, project, tokens, and lifetime stats driven by Claude Code's hook system.",
  "type": "module",
  "license": "MIT",
  "author": "Archer Simmons",
  "homepage": "https://claude-rpc.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rar-file/claude-rpc.git"
  },
  "bugs": {
    "url": "https://github.com/rar-file/claude-rpc/issues"
  },
  "bin": {
    "claude-rpc": "./bin/claude-rpc.js"
  },
  "scripts": {
    "start": "node ./src/daemon.js",
    "setup": "node ./src/cli.js setup",
    "status": "node ./src/cli.js status",
    "stop": "node ./src/cli.js stop",
    "hook": "node ./src/hook.js",
    "serve": "node ./src/cli.js serve",
    "scan": "node ./src/cli.js scan",
    "insights": "node ./src/cli.js insights",
    "badge": "node ./src/cli.js badge",
    "dashboard": "npm --prefix dashboard start",
    "build:exe": "node ./scripts/build-exe.js",
    "prep:dashboard": "node ./scripts/prep-dashboard.js",
    "dist:mac": "npm run build:exe && npm run prep:dashboard && npm --prefix dashboard run dist:mac",
    "dist:win": "npm run build:exe && npm run prep:dashboard && npm --prefix dashboard run dist:win",
    "test": "node ./scripts/run-tests.mjs",
    "lint": "eslint src test vscode-extension",
    "format": "prettier --write \"src/**/*.js\" \"test/**/*.js\"",
    "format:check": "prettier --check \"src/**/*.js\" \"test/**/*.js\"",
    "typecheck": "tsc -p jsconfig.json"
  },
  "dependencies": {},
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "esbuild": "^0.24.0",
    "eslint": "^10.4.1",
    "globals": "^17.6.0",
    "postject": "^1.0.0-alpha.6",
    "prettier": "^3.8.3",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "claude",
    "claude-code",
    "discord",
    "discord-rpc",
    "rich-presence",
    "anthropic",
    "cli"
  ],
  "files": [
    "bin",
    "src",
    "config.example.json",
    "LICENSE",
    "README.md",
    "SECURITY.md"
  ]
}
