{
"name": "uncomment-cli",
"version": "2.9.1",
"description": "A fast Rust-based CLI tool for removing comments from source code",
"main": "index.js",
"bin": {
"uncomment": "bin/uncomment"
},
"scripts": {
"postinstall": "node install.js"
},
"keywords": [
"comments",
"cli",
"rust",
"remove-comments",
"code-cleanup",
"ai-generated-code",
"formatting",
"uncomment",
"clean-code"
],
"author": "Na'aman Hirschfeld",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Goldziher/uncomment.git"
},
"homepage": "https://github.com/Goldziher/uncomment#readme",
"bugs": {
"url": "https://github.com/Goldziher/uncomment/issues"
},
"dependencies": {
"tar": "^6.0.0"
},
"files": [
"index.js",
"install.js",
"bin/"
],
"engines": {
"node": ">=14"
}
}