UNPKG

sponsorkit

Version:
76 lines 1.83 kB
{ "name": "sponsorkit", "type": "module", "version": "17.1.1", "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", "./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.3.0", "cac": "^7.0.0", "consola": "^3.4.2", "dotenv": "^17.4.2", "ofetch": "^1.5.1", "sharp": "^0.34.5", "unconfig": "^7.5.0" }, "devDependencies": { "@antfu/eslint-config": "^9.0.0", "@antfu/ni": "^30.1.0", "@antfu/utils": "^9.3.0", "@fast-csv/parse": "^5.0.7", "@types/d3-hierarchy": "^3.1.7", "@types/node": "^25.9.1", "bumpp": "^11.1.0", "d3-hierarchy": "^3.1.2", "eslint": "^10.4.0", "jiti": "^2.7.0", "normalize-url": "^9.0.0", "p-limit": "^7.3.0", "tsx": "^4.22.3", "typescript": "^6.0.3", "unbuild": "^3.6.1", "vite": "^8.0.13", "vitest": "^4.1.6" }, "resolutions": { "sponsorkit": "workspace:*" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "dev": "tsx src/cli.ts", "test": "vitest", "lint": "eslint .", "typecheck": "tsc --noEmit", "release": "bumpp" } }