UNPKG

@qgustavor/git-hours

Version:

Estimate time spent on a git repository

48 lines (47 loc) 961 B
{ "name": "@qgustavor/git-hours", "version": "2.1.2", "description": "Estimate time spent on a git repository", "main": "./src/index.js", "type": "module", "bin": { "git-hours": "./src/index.js" }, "files": [ "src/**/*" ], "repository": { "type": "git", "url": "https://github.com/qgustavor/git-hours.git" }, "keywords": [ "git", "time", "spent", "tracking", "clock", "hours" ], "contributors": [ "Kimmo Brunfeldt", "Denis Torresan", "qgustavor (https://qgustavor.tk)" ], "license": "MIT", "bugs": { "url": "https://github.com/qgustavor/git-hours/issues" }, "homepage": "https://github.com/qgustavor/git-hours", "dependencies": { "commander": "^14.0.0", "date-fns": "^4.1.0" }, "scripts": { "test": "npm run lint && node --test", "lint": "npx eslint --fix" }, "devDependencies": { "eslint": "^9.31.0", "neostandard": "^0.12.2" } }