UNPKG

@zubenelakrab/gitstats

Version:

Powerful Git repository analyzer with comprehensive statistics and insights

64 lines (63 loc) 1.53 kB
{ "name": "@zubenelakrab/gitstats", "version": "0.1.3", "description": "Powerful Git repository analyzer with comprehensive statistics and insights", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "gitstats": "./bin/gitstats.js" }, "files": [ "dist", "bin" ], "scripts": { "start": "node --experimental-strip-types src/cli/index.ts", "build": "tsc", "prepublishOnly": "npm run build", "test": "node --experimental-strip-types --test src/**/*.test.ts", "lint": "eslint src/", "typecheck": "tsc --noEmit" }, "keywords": [ "git", "statistics", "analytics", "repository", "commits", "contributors", "visualization", "technical-debt", "code-quality", "bus-factor" ], "author": "zubenelakrab", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zubenelakrab/Gitstats.git" }, "homepage": "https://github.com/zubenelakrab/Gitstats#readme", "bugs": { "url": "https://github.com/zubenelakrab/Gitstats/issues" }, "engines": { "node": ">=22.0.0" }, "dependencies": { "@zubenelakrab/gitstats": "^0.1.1", "chalk": "^5.3.0", "cli-table3": "^0.6.5", "commander": "^12.1.0", "date-fns": "^4.1.0", "ora": "^8.1.0" }, "devDependencies": { "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "typescript": "^5.6.0" } }