{
  "name": "vibestats",
  "version": "1.4.7",
  "description": "AI coding stats - usage tracking and annual wrapped for Claude Code & Codex",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "vibestats": "dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "pnpm --filter web build:static && tsup src/index.ts --format esm --dts --clean --shims && rm -rf dist/web && cp -R ../web/.next-static dist/web",
    "test": "tsx --test \"src/*.test.ts\" \"src/**/*.test.ts\"",
    "prepublishOnly": "pnpm build && node ../../scripts/validate-release-metadata.mjs"
  },
  "keywords": [
    "claude",
    "claude-code",
    "codex",
    "openai",
    "anthropic",
    "ai",
    "usage",
    "analytics",
    "wrapped",
    "statistics",
    "vibestats"
  ],
  "author": "wolfaidev",
  "license": "MIT",
  "homepage": "https://vibestats.wolfai.dev",
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsup": "^8.3.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  },
  "dependencies": {
    "citty": "^0.1.6"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
