unqommented
Version:
A Node.js utility that quickly identifies files with uncommented code in your codebase. Designed for developers who want to efficiently tell LLMs exactly which files need comments added.
71 lines (70 loc) • 1.35 kB
JSON
{
"name": "unqommented",
"version": "1.0.9",
"description": "A Node.js utility that quickly identifies files with uncommented code in your codebase. Designed for developers who want to efficiently tell LLMs exactly which files need comments added.",
"main": "index.js",
"bin": {
"unqommented": "./bin/unqommented.js",
"uncommented": "./bin/unqommented.js",
"check-uncommented": "./bin/unqommented.js"
},
"scripts": {
"test": "jest"
},
"keywords": [
"comments",
"code-analysis",
"documentation",
"llm",
"ai-assistant",
"chatgpt",
"claude",
"code-review",
"uncommented",
"javascript",
"typescript",
"java",
"cpp",
"python",
"cli-tool",
"developer-tools"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=14.14.0"
},
"repository": {
"type": "git",
"url": ""
},
"homepage": "",
"bugs": {
"url": ""
},
"files": [
"index.js",
"lib/",
"bin/",
"config/",
"README.md"
],
"dependencies": {
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"qerrors": "^1.2.4",
"qtests": "^1.0.5",
"validator": "^13.15.15",
"yargs": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"babel-jest": "^30.0.5",
"eslint": "^9.31.0",
"eslint-plugin-jsdoc": "^51.4.1",
"jest": "^30.0.4",
"madge": "^8.0.0",
"repomix": "^1.2.0"
}
}