🚀 refactor getgithubcontribution

This commit is contained in:
platane
2020-11-30 10:56:18 +01:00
parent 57a7e7cf36
commit 485b70d30b
11 changed files with 2878 additions and 89 deletions

View File

@@ -2,10 +2,11 @@
"name": "@snk/github-user-contribution",
"version": "1.0.0",
"dependencies": {
"node-fetch": "2.6.1",
"fast-xml-parser": "3.17.4"
"cheerio": "~1.0.0-rc.3",
"node-fetch": "2.6.1"
},
"devDependencies": {
"@types/cheerio": "0.22.22",
"@types/node-fetch": "2.5.7"
}
}