{
  "name": "codebuddy-stats",
  "version": "1.5.0",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "bin": {
    "codebuddy-stats": "dist/index.js",
    "cbs": "dist/index.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsx --watch src/index.ts",
    "prestart": "npm run build",
    "start": "node dist/index.js",
    "pretext": "npm run build",
    "text": "node dist/index.js --no-tui"
  },
  "keywords": [
    "codebuddy",
    "codebuddy-code",
    "ai",
    "cost",
    "analyzer",
    "statistics",
    "tui",
    "cli",
    "token",
    "usage"
  ],
  "author": "AnotiaWang",
  "license": "ISC",
  "packageManager": "pnpm@9.15.1",
  "description": "CodeBuddy AI usage statistics with terminal UI",
  "dependencies": {
    "blessed": "^0.1.81"
  },
  "devDependencies": {
    "@types/blessed": "^0.1.27",
    "@types/node": "^25.0.3",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
