UNPKG

@simon_he/sponsorkit

Version:

Toolkit for generating sponsors images

77 lines 1.93 kB
{ "name": "@simon_he/sponsorkit", "version": "0.0.10", "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": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": { "sponsorkit": "./bin/sponsorkit.js" }, "files": [ "dist", "bin" ], "dependencies": { "consola": "^3.2.3", "d3-hierarchy": "^3.1.2", "dotenv": "^16.3.1", "fs-extra": "^11.1.1", "image-data-uri": "^2.0.1", "lazy-js-utils": "^0.0.71", "node-html-parser": "^6.1.10", "ofetch": "^1.3.3", "picocolors": "^1.0.0", "sharp": "^0.32.5", "unconfig": "^0.3.10", "yargs": "^17.7.2" }, "devDependencies": { "@antfu/eslint-config": "^0.42.0", "@antfu/ni": "^0.21.8", "@antfu/utils": "^0.7.6", "@types/d3-hierarchy": "^3.1.7", "@types/fs-extra": "^11.0.2", "@types/node": "^20.6.2", "@types/yargs": "^17.0.24", "bumpp": "^9.2.0", "eslint": "^8.49.0", "esno": "^0.17.0", "jiti": "^1.20.0", "typescript": "^5.2.2", "unbuild": "^2.0.0", "vite": "^4.4.9", "vitest": "^0.34.4", "@simon_he/sponsorkit": "^0.0.10" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "dev": "esno src/cli.ts", "lint": "eslint .", "release": "bumpp --commit --push --tag && pnpm publish" } }