kloc-cli
Version:
A simple CLI tool to count lines of code in current working directory
30 lines (29 loc) • 650 B
JSON
{
"name": "kloc-cli",
"version": "2.1.4",
"main": "index.js",
"type": "module",
"bin": {
"kloc": "./bin/kloc.js"
},
"author": {
"name": "Anav Chand",
"url": "https://www.anav.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/anav5704/kloc"
},
"license": "MIT",
"keywords": [
"kloc",
"cli",
"loc"
],
"description": "A simple CLI tool to count lines of code in current working directory",
"dependencies": {
"@inquirer/prompts": "^7.1.0",
"commander": "^12.1.0",
"table": "^6.8.2"
}
}