UNPKG

sponsorkit

Version:

Toolkit for generating sponsors images

76 lines 1.82 kB
{ "name": "sponsorkit", "type": "module", "version": "16.4.2", "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": "^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/eslint-config": "^4.8.1", "@antfu/ni": "^23.3.1", "@antfu/utils": "^9.1.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", "jiti": "^2.4.2", "normalize-url": "^8.0.1", "p-limit": "^6.2.0", "tsx": "^4.19.3", "typescript": "^5.8.2", "unbuild": "^3.5.0", "vite": "^6.2.1", "vitest": "^3.0.8" }, "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" } }