{
  "name": "oh-my-hi",
  "version": "0.13.0",
  "description": "Oh, so that's what Claude's been doing! — Claude Code harness insights dashboard",
  "repository": {
    "type": "git",
    "url": "https://github.com/netil/oh-my-hi.git"
  },
  "author": "Jae Sung Park <alberto.park@gmail.com>",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "plugin",
    "dashboard",
    "harness",
    "insights",
    "analytics"
  ],
  "scripts": {
    "test": "node --experimental-test-coverage --test test/*.test.mjs",
    "build": "node scripts/generate-dashboard.mjs --data-only",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "homepage": "https://github.com/netil/oh-my-hi",
  "dependencies": {
    "better-sqlite3": "^11.7.0",
    "billboard.js": "^4.0.1",
    "esbuild": "^0.27.4"
  }
}
