{
  "name": "gitfamiliar",
  "version": "0.11.0",
  "description": "Visualize your code familiarity from Git history",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "gitfamiliar": "./dist/bin/gitfamiliar.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "tsup && node -e \"const fs=require('fs');const f='dist/bin/gitfamiliar.js';const c=fs.readFileSync(f,'utf8');if(!c.startsWith('#!'))fs.writeFileSync(f,'#!/usr/bin/env node\\n'+c)\" && chmod +x dist/bin/gitfamiliar.js",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm run test"
  },
  "keywords": [
    "git",
    "familiarity",
    "onboarding",
    "code-coverage",
    "developer-tools",
    "cli",
    "code-analysis",
    "git-blame",
    "treemap"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kuze/gitfamiliar.git"
  },
  "homepage": "https://github.com/kuze/gitfamiliar#readme",
  "bugs": {
    "url": "https://github.com/kuze/gitfamiliar/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "ignore": "^5.3.1",
    "open": "^10.1.0",
    "simple-git": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "tsup": "^8.1.0",
    "typescript": "^5.5.0",
    "vitest": "^1.6.0"
  }
}
