{
  "name": "oh-my-hi",
  "version": "0.14.0",
  "description": "Oh, so that's what your coding agents have been doing! — Claude Code & Codex 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",
  "bin": {
    "oh-my-hi": "bin/oh-my-hi.mjs",
    "omh": "bin/oh-my-hi.mjs"
  },
  "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"
  }
}
