hubspy
Version:
A package to extract github metadata and total contributions for a github user.
31 lines (30 loc) • 673 B
JSON
{
"name": "hubspy",
"version": "1.0.6",
"description": "A package to extract github metadata and total contributions for a github user.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": " npx tsc && node dist/index.js",
"build": "npx tsc",
"check-types": "tsc --noEmit"
},
"keywords": [
"github",
"github-api",
"github-metadata",
"github-contributions",
"github-stats",
"github-scraper",
"github-wrapped"
],
"author": "amitjimiwal",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12"
}
}