auto-readme-creator
Version:
A CLI tool to automatically generate README.md files based on comments in your code.
44 lines (43 loc) • 982 B
JSON
{
"name": "auto-readme-creator",
"version": "1.0.11",
"description": "A CLI tool to automatically generate README.md files based on comments in your code.",
"main": "index.js",
"bin": {
"auto-readme-creator": "./index.js"
},
"scripts": {
"test": "jest"
},
"author": "Mehek Fatima",
"license": "MIT",
"keywords": [
"readme",
"auto-readme",
"generator",
"cli",
"documentation",
"react",
"auto",
"project",
"npm",
"tool",
"package",
"code-comments"
],
"homepage": "https://github.com/MehekFatima/auto-readme-creator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MehekFatima/auto-readme-creator.git"
},
"bugs": {
"url": "https://github.com/MehekFatima/auto-readme-creator/issues"
},
"dependencies": {
"@babel/parser": "^7.14.7",
"chokidar": "^3.5.3"
},
"devDependencies": {
"jest": "^29.7.0"
}
}