{
  "name": "sponsorkit",
  "type": "module",
  "version": "16.5.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/sponsorkit#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/sponsorkit.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/sponsorkit/issues"
  },
  "keywords": [
    "sponsors",
    "github-sponsors"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "sponsorkit": "./bin/sponsorkit.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "ansis": "^4.1.0",
    "cac": "^6.7.14",
    "consola": "^3.4.2",
    "dotenv": "^16.5.0",
    "ofetch": "^1.4.1",
    "sharp": "^0.34.2",
    "unconfig": "^7.3.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.14.1",
    "@antfu/ni": "^25.0.0",
    "@antfu/utils": "^9.2.0",
    "@fast-csv/parse": "^5.0.2",
    "@types/d3-hierarchy": "^3.1.7",
    "@types/node": "^24.0.1",
    "bumpp": "^10.1.1",
    "d3-hierarchy": "^3.1.2",
    "eslint": "^9.29.0",
    "jiti": "^2.4.2",
    "normalize-url": "^8.0.2",
    "p-limit": "^6.2.0",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vite": "^6.3.5",
    "vitest": "^3.2.3"
  },
  "resolutions": {
    "sponsorkit": "workspace:*"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "dev": "esno src/cli.ts",
    "test": "vitest",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "release": "bumpp && pnpm publish"
  }
}