{
  "name": "@lizardbyte/contribkit",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LizardByte/contribkit.git"
  },
  "version": "2026.518.124816",
  "description": "Toolkit for generating contributor images",
  "license": "MIT",
  "funding": "https://app.lizardbyte.dev",
  "homepage": "https://github.com/LizardByte/contribkit#readme",
  "bugs": {
    "url": "https://github.com/LizardByte/contribkit/issues"
  },
  "keywords": [
    "contributors",
    "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": {
    "contribkit": "bin/contribkit.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "dev": "esno src/cli.ts",
    "test": "npm-run-all test:unit test:report test:lint test:typecheck",
    "test:unit": "jest --coverage",
    "test:report": "jest --reporters=jest-junit",
    "test:lint": "eslint .",
    "test:typecheck": "tsc --noEmit",
    "prepublishOnly": "nr build",
    "release": "bumpp && pnpm publish"
  },
  "dependencies": {
    "@crowdin/crowdin-api-client": "^1.41.2",
    "ansis": "^4.2.0",
    "cac": "^6.7.14",
    "consola": "^3.4.0",
    "dotenv": "^17.3.1",
    "ofetch": "^1.4.1",
    "sharp": "^0.34.5",
    "unconfig": "^7.3.0"
  },
  "devDependencies": {
    "@antfu/ni": "^30.0.0",
    "@antfu/utils": "^9.1.0",
    "@babel/core": "7.29.0",
    "@babel/preset-env": "7.29.5",
    "@codecov/webpack-plugin": "2.0.1",
    "@eslint/js": "^10.0.1",
    "@fast-csv/parse": "^5.0.2",
    "@types/d3-hierarchy": "^3.1.7",
    "@types/node": "^25.2.3",
    "bumpp": "^11.0.1",
    "d3-hierarchy": "^3.1.2",
    "eslint": "^10.0.0",
    "eslint-plugin-jest": "29.15.2",
    "globals": "17.6.0",
    "jest": "30.4.2",
    "jest-environment-jsdom": "30.4.1",
    "jest-junit": "17.0.0",
    "jiti": "^2.4.2",
    "normalize-url": "^9.0.0",
    "npm-run-all2": "8.0.4",
    "p-limit": "^7.3.0",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "unbuild": "^3.5.0"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}"
    ],
    "testEnvironment": "jsdom"
  },
  "resolutions": {
    "contribkit": "workspace:*"
  }
}
