{
  "name": "chron-mcp",
  "version": "0.1.52",
  "mcpName": "io.github.sirinivask/chron",
  "description": "Audit-grade timestamped logs for every AI conversation",
  "repository": {
    "type": "git",
    "url": "https://github.com/sirinivask/chron.git"
  },
  "main": "dist/index.js",
  "vitest": {
    "include": [
      "tests/**/*.test.ts"
    ],
    "globals": true
  },
  "bin": {
    "chron-mcp": "dist/index.js",
    "chron": "dist/cli/index.js"
  },
  "files": [
    "dist",
    "skills",
    ".claude-plugin",
    "assets",
    "dashboards",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "npx esbuild src/index.ts --bundle --format=cjs --outfile=dist/index.js --platform=node && chmod +x dist/index.js && npx esbuild src/cli/index.ts --bundle --format=cjs --outfile=dist/cli/index.js --platform=node && chmod +x dist/cli/index.js",
    "build:cli": "npx esbuild src/cli/index.ts --bundle --format=cjs --outfile=dist/cli/index.js --platform=node && chmod +x dist/cli/index.js",
    "typecheck": "tsc --noEmit",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "postinstall": "node dist/cli/index.js setup 2>/dev/null || true",
    "prepublishOnly": "npm test && npm run build"
  },
  "keywords": [
    "mcp",
    "ai",
    "audit",
    "logging",
    "claude",
    "cursor"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "@libsql/client": "^0.17.3",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "drizzle-orm": "^0.45.2",
    "express": "^4.22.2",
    "uuid": "^11.1.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.0.0",
    "@types/uuid": "^9.0.0",
    "esbuild": "^0.25.12",
    "typescript": "^5.4.5",
    "vitest": "^3.2.7"
  },
  "overrides": {
    "@hono/node-server": "^2.0.5"
  }
}
