{
  "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"
  }
}
