UNPKG

git-contribution-stats

Version:

High-performance library to generate GitHub contribution reports with timeout controls, circuit breakers, and selective processing for AWS Lambda and background jobs

45 lines (44 loc) 1.27 kB
{ "name": "git-contribution-stats", "version": "2.0.0", "description": "High-performance library to generate GitHub contribution reports with timeout controls, circuit breakers, and selective processing for AWS Lambda and background jobs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "github", "git stats", "activity", "report", "statistics", "contribution", "github-app" ], "author": "Kipon-Co", "license": "MIT", "dependencies": { "dotenv": "^16.5.0", "octokit": "^3.1.0", "signale": "^1.4.0" }, "devDependencies": { "@types/node": "^20.4.5", "@types/signale": "^1.4.7", "typescript": "^5.2.2" }, "repository": { "type": "git", "url": "git+https://github.com/Kipon-Co/git-contribution-stats.git" }, "bugs": { "url": "https://github.com/Kipon-Co/git-contribution-stats/issues" }, "homepage": "https://github.com/Kipon-Co/git-contribution-stats#readme" }