{
  "name": "@c0dez/github-repo-fetcher",
  "version": "3.0.1",
  "description": "🔍 A lightweight GitHub profile analyzer that fetches repositories, READMEs, and comprehensive user statistics with TypeScript support. Perfect for building GitHub analytics tools and portfolio sites.",
  "keywords": [
    "github",
    "api",
    "readme",
    "repositories",
    "github-api",
    "github-stats",
    "profile-analysis",
    "typescript",
    "repo-fetcher",
    "github-metrics"
  ],
  "homepage": "https://github.com/C0DE-Z/github-repo-fetcher#readme",
  "bugs": {
    "url": "https://github.com/C0DE-Z/github-repo-fetcher/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/C0DE-Z/github-repo-fetcher.git"
  },
  "license": "MIT",
  "author": "C0DEZ (https://github.com/C0DE-Z)",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "example": "npx ts-node src/example.ts"
  },
  "dependencies": {
    "axios": "^1.4.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^18.16.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
