{
  "name": "sponsorkit",
  "type": "module",
  "version": "18.0.0",
  "description": "Toolkit for generating sponsors images",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu-collective/sponsorkit#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/sponsorkit.git"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/sponsorkit/issues"
  },
  "keywords": [
    "sponsors",
    "github-sponsors"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./cli": "./dist/cli.mjs",
    "./package.json": "./package.json"
  },
  "bin": {
    "sponsorkit": "./dist/cli.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "engines": {
    "node": "^22.18.0 || ^24.11.0 || >=26.0.0"
  },
  "dependencies": {
    "ansis": "^4.3.1",
    "cac": "^7.0.0",
    "consola": "^3.4.2",
    "d3-hierarchy": "^3.1.2",
    "normalize-url": "^9.0.1",
    "ofetch": "^1.5.1",
    "p-limit": "^7.3.1",
    "sharp": "^0.35.3",
    "unconfig": "^7.5.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.2.0",
    "@antfu/ni": "^30.3.0",
    "@antfu/utils": "^9.3.0",
    "@fast-csv/parse": "^5.0.7",
    "@types/d3-hierarchy": "^3.1.7",
    "@types/node": "^26.1.2",
    "bumpp": "^12.1.1",
    "eslint": "^10.8.0",
    "tsdown": "^0.22.14",
    "typescript": "^6.0.3",
    "vite": "^8.2.0",
    "vitest": "^4.1.10"
  },
  "inlinedDependencies": {
    "@antfu/utils": "9.3.0",
    "@fast-csv/parse": "5.0.7",
    "lodash.escaperegexp": "4.1.2",
    "lodash.groupby": "4.6.0",
    "lodash.uniq": "4.5.0"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsx src/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "release": "bumpp"
  }
}