{
  "name": "clogue",
  "version": "0.0.1",
  "description": "Browser-based tool for exploring Claude conversation history",
  "main": "server.js",
  "bin": {
    "clogue": "./server.js"
  },
  "files": [
    "server.js",
    "public/app.js",
    "public/index.html",
    "README.md",
    "LICENSE.md"
  ],
  "scripts": {
    "start": "node server.js"
  },
  "keywords": [
    "claude",
    "ai",
    "conversation",
    "history",
    "viewer"
  ],
  "author": "Greg Hurrell <greg@hurrell.net>",
  "license": "Unlicense",
  "repository": {
    "type": "git",
    "url": "https://github.com/wincent/clogue.git"
  },
  "dependencies": {
    "express": "^4.18.2"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
