comment-strip-cli
Version:
A powerful CLI tool to strip comments from source code files while preserving strings and important metadata
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "comment-strip-cli",
"version": "1.0.0",
"description": "A powerful CLI tool to strip comments from source code files while preserving strings and important metadata",
"main": "src/index.js",
"bin": {
"comment-strip": "bin/comment-strip.js"
},
"scripts": {
"test": "node bin/comment-strip.js testing/ --dry-run",
"help": "node bin/comment-strip.js --help"
},
"keywords": [
"cli",
"comments",
"strip",
"remove",
"javascript",
"python",
"cpp",
"solidity",
"rust",
"code",
"formatting",
"minify"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/techyarnav/ComStripCLI.git"
},
"bugs": {
"url": "https://github.com/techyarnav/ComStripCLI/issues"
},
"homepage": "https://github.com/techyarnav/ComStripCLI#readme",
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": true,
"files": [
"bin/",
"src/",
"config/",
"README.md",
"LICENSE"
]
}