{
  "name": "pi-changelog",
  "version": "1.0.1",
  "description": "Zero-config changelog generator for pi.dev projects from conventional commits",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZachDreamZ/pi-changelog.git"
  },
  "type": "module",
  "main": "extensions/index.ts",
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [],
    "prompts": []
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "typescript": "^5.4.0",
    "@biomejs/biome": "^1.7.0",
    "vitest": "^2.0.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "test": "vitest run"
  },
  "keywords": [
    "pi-package",
    "pi",
    "changelog",
    "conventional-commits",
    "git"
  ],
  "author": "ZachDreamZ",
  "license": "MIT"
}
