UNPKG

uncomment-cli

Version:

A fast Rust-based CLI tool for removing comments from source code

45 lines (44 loc) 884 B
{ "name": "uncomment-cli", "version": "2.4.0", "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" } }