mirror of
https://gitee.com/Charles7c/github-contributor-svg-generator.git
synced 2025-09-03 14:57:14 +08:00
38 lines
782 B
JSON
38 lines
782 B
JSON
{
|
|
"name": "github-contributor-svg-generator",
|
|
"bin": {
|
|
"gh-contrib-svg": "./lib/main.js"
|
|
},
|
|
"main": "./lib/main.js",
|
|
"module": "./lib/main.js",
|
|
"files": [
|
|
"lib",
|
|
"README.md"
|
|
],
|
|
"version": "1.0.0",
|
|
"description": "Generate Contributors SVG for github repo.",
|
|
"type": "module",
|
|
"author": "Charles7c",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"prepublish": "tsup"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/core": "^4.0.4",
|
|
"commander": "^9.4.0",
|
|
"image-data-uri": "^2.0.1",
|
|
"node-fetch": "^3.2.9",
|
|
"ofetch": "^1.0.1",
|
|
"ora": "^6.1.2",
|
|
"sharp": "^0.31.3",
|
|
"tsx": "^3.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.6.2",
|
|
"bumpp": "^9.1.0",
|
|
"tsup": "^6.7.0",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|