UNPKG

code996

Version:

通过分析 Git commit 的时间分布,计算出项目的'996指数'

42 lines (41 loc) 880 B
{ "name": "code996", "version": "1.0.0-beta.6", "description": "通过分析 Git commit 的时间分布,计算出项目的'996指数'", "main": "dist/index.js", "bin": { "code996": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc -w", "start": "node dist/index.js", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "git", "996", "workload", "analysis", "cli" ], "author": "hellodigua", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.14.2", "@types/yargs": "^17.0.32", "jest": "^29.7.0", "prettier": "^3.6.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.5.2" }, "dependencies": { "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^11.1.0", "ora": "^5.4.1" } }