mirror of
https://gitee.com/Charles7c/github-contributor-svg-generator.git
synced 2025-09-07 08:57:11 +08:00
first commit
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user