{
  "name": "@lizardbyte/contribkit",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LizardByte/contribkit.git"
  },
  "version": "2025.327.12351",
  "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:unit": "jest --coverage",
    "test:report": "jest --reporters=jest-junit",
    "test:lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "nr build",
    "release": "bumpp && pnpm publish"
  },
  "dependencies": {
    "@crowdin/crowdin-api-client": "^1.41.2",
    "ansis": "^3.17.0",
    "cac": "^6.7.14",
    "consola": "^3.4.0",
    "dotenv": "^16.4.7",
    "ofetch": "^1.4.1",
    "sharp": "^0.33.5",
    "unconfig": "^7.3.0"
  },
  "devDependencies": {
    "@antfu/ni": "^23.3.1",
    "@antfu/utils": "^9.1.0",
    "@babel/core": "7.26.9",
    "@babel/preset-env": "7.26.9",
    "@codecov/webpack-plugin": "1.9.0",
    "@fast-csv/parse": "^5.0.2",
    "@types/d3-hierarchy": "^3.1.7",
    "@types/node": "^22.13.10",
    "bumpp": "^10.0.3",
    "d3-hierarchy": "^3.1.2",
    "eslint": "^9.22.0",
    "eslint-plugin-jest": "28.11.0",
    "globals": "16.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "jest-junit": "16.0.0",
    "jiti": "^2.4.2",
    "normalize-url": "^8.0.1",
    "npm-run-all": "4.1.5",
    "p-limit": "^6.2.0",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "unbuild": "^3.5.0"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}"
    ],
    "testEnvironment": "jsdom"
  },
  "resolutions": {
    "contribkit": "workspace:*"
  }
}
