{
  "name": "@anishhs/ledger",
  "version": "1.0.0",
  "description": "AI-powered release notes generator — analyses git history and diffs to produce audience-tailored notes. Works locally and in any CI.",
  "bin": {
    "ledger": "dist/cli.js"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "keywords": [
    "release-notes",
    "release-notes-generator",
    "changelog",
    "changelog-generator",
    "ai",
    "llm",
    "git",
    "git-history",
    "git-diff",
    "cli",
    "npx",
    "ci",
    "github-actions",
    "automation",
    "devtools",
    "byok",
    "openai",
    "anthropic",
    "gemini",
    "bedrock",
    "ollama",
    "openrouter"
  ],
  "author": "Anish Shekh <anishsh701@gmail.com> (https://anishhs.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anishhs-gh/ledger.git"
  },
  "bugs": {
    "url": "https://github.com/anishhs-gh/ledger/issues"
  },
  "homepage": "https://github.com/anishhs-gh/ledger#readme",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "commander": "^14.0.0",
    "js-yaml": "^5.2.0",
    "simple-git": "^3.36.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^20.0.0",
    "eslint": "^10.6.0",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.62.1",
    "vitest": "^4.1.9"
  },
  "engines": {
    "node": ">=20"
  }
}
