{
  "name": "@icebreakers/changelog-github",
  "type": "module",
  "version": "2.0.0",
  "description": "Changesets GitHub changelog formatter for Icebreaker's dev-configs",
  "author": "ice breaker <1324318532@qq.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonofmagic/dev-configs.git",
    "directory": "packages/changelog-github"
  },
  "bugs": {
    "url": "https://github.com/sonofmagic/dev-configs/issues"
  },
  "keywords": [
    "changesets",
    "changelog",
    "dev-configs",
    "icebreakers"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.12.0"
  },
  "tsd": {
    "directory": "test-d",
    "compilerOptions": {
      "skipLibCheck": true
    }
  },
  "dependencies": {
    "@changesets/get-github-info": "^0.8.0",
    "@changesets/types": "^6.1.0",
    "dotenv": "^17.4.2"
  },
  "devDependencies": {
    "@changesets/parse": "^0.4.3"
  },
  "scripts": {
    "dev": "tsdown --watch --sourcemap",
    "build": "tsdown",
    "test": "vitest run",
    "test:types": "tsd",
    "test:dev": "vitest",
    "release": "pnpm publish",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "typecheck": "tsc --noEmit"
  }
}