{
  "name": "polymath-society",
  "version": "0.2.82",
  "description": "Understand how you work from your local Claude Code / Codex / Cursor agent logs — parallelism, flow, throughput, projects, and opt-in AI grading on your own CLI login. Transcripts are analyzed on your machine and never uploaded; each run posts a content-free receipt (stage timings + artifact hashes) for tamper-evidence. See the README's 'What leaves your machine'.",
  "license": "UNLICENSED",
  "type": "module",
  "keywords": [
    "claude-code",
    "codex",
    "agent-logs",
    "developer-analytics",
    "productivity",
    "flow",
    "deterministic"
  ],
  "bin": {
    "polymath-society": "dist/cli.js",
    "polymath-analyzer": "dist/cli.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "npm run build:ts && npm run build:web",
    "build:ts": "node scripts/bundle.mjs",
    "build:ui": "node scripts/build-ui.mjs",
    "clean": "rm -rf dist",
    "prepublishOnly": "node scripts/check-publish-version.mjs && npx tsx scripts/check-calibration-current.mts && npm run clean && npm run build",
    "start": "node dist/cli.js",
    "serve": "node dist/cli.js serve",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build:web": "node web/build-web.mjs",
    "smoke": "node scripts/smoke.mjs",
    "smoke:grade": "node scripts/smoke-grade.mjs"
  },
  "devDependencies": {
    "esbuild": "^0.21.5",
    "typescript": "^5.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akshay-022/polymath-society.git",
    "directory": "packages/coding-analyzer"
  },
  "author": "Akshay Iyer (Flomi Inc.)"
}
