github-workhours
Version:
Analyze GitHub commit patterns to determine after-hours activity
36 lines (35 loc) • 719 B
JSON
{
"name": "github-workhours",
"version": "2.0.1",
"description": "Analyze GitHub commit patterns to determine after-hours activity",
"main": "src/index.js",
"bin": {
"github-workhours": "./src/cli.js"
},
"scripts": {
"start": "node src/cli.js",
"lint": "eslint .",
"test": "jest"
},
"keywords": [
"github",
"commit-analysis",
"workhours",
"cli"
],
"author": "",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7",
"bottleneck": "^2.19.5",
"commander": "^10.0.0",
"ora": "^6.1.2",
"date-fns": "^2.30.0",
"node-cache": "^5.1.2",
"redis": "^4.6.7"
},
"devDependencies": {
"jest": "^29.0.0",
"eslint": "^8.0.0"
}
}