{
  "name": "codachi",
  "version": "0.3.0",
  "description": "A tamagotchi that lives in your Claude Code statusline",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "codachi": "dist/index.js",
    "codachi-hook": "dist/hook.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc && node scripts/copy-assets.mjs",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:cov": "vitest run --coverage",
    "bench": "npm run build && node scripts/bench.mjs",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "tamagotchi",
    "pet",
    "claude-code",
    "statusline",
    "ascii-art",
    "terminal",
    "cli"
  ],
  "author": "vincent-k2026",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vincent-k2026/codachi.git"
  },
  "homepage": "https://github.com/vincent-k2026/codachi#readme",
  "bugs": {
    "url": "https://github.com/vincent-k2026/codachi/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^2.1.9",
    "typescript": "^6.0.2",
    "vitest": "^2.1.9"
  }
}
