UNPKG

@johnbillion/ghsvg

Version:

Create an SVG of your GitHub Sponsors

55 lines (54 loc) 1.48 kB
{ "name": "@johnbillion/ghsvg", "version": "0.0.6", "description": "Create an SVG of your GitHub Sponsors", "exports": "./lib/index.js", "type": "module", "bin": "./bin/ghsvg.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/johnbillion/ghsvg.git" }, "keywords": [ "github", "sponsors", "svg" ], "author": "johnbillion", "license": "MIT", "bugs": { "url": "https://github.com/johnbillion/ghsvg/issues" }, "homepage": "https://github.com/johnbillion/ghsvg#readme", "scripts": { "build": "tsc -p tsconfig.json", "clear-cache": "rm -rf cache", "lint": "eslint **/*.ts --cache --fix", "format": "prettier --write **/src/*.ts && git add .", "format-check": "prettier --check **/src/*.ts" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.3.2", "ts-node": "^10.2.1", "typescript": "^4.4.2" }, "dependencies": { "@iarna/toml": "^2.2.5", "@types/node": "^16.7.13", "axios": "^0.21.4", "camelcase-keys": "^7.0.0", "commander": "^8.1.0", "cosmiconfig": "^7.0.1", "dotenv": "^10.0.0", "json5": "^2.2.0" } }