@ur-wesley/commenter
Version:
A performant CLI tool that safely removes single-line comments from source code files
55 lines (54 loc) • 1.13 kB
JSON
{
"name": "@ur-wesley/commenter",
"version": "1.4.0",
"description": "A performant CLI tool that safely removes single-line comments from source code files",
"main": "index.js",
"bin": {
"commenter": "./index.js",
"comment-remover": "./index.js"
},
"scripts": {
"commenter": "node index.js",
"install": "node install.js",
"postinstall": "node install.js",
"test": "node test/npm-test.js",
"test:install": "node install.js && node test/npm-test.js",
"prepack": "node install.js"
},
"keywords": [
"comments",
"code",
"cli",
"typescript",
"javascript",
"go",
"sql",
"remove-comments",
"source-code",
"development-tools"
],
"author": "Comment Remover Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ur-wesley/commentRemover.git"
},
"engines": {
"node": ">=12.0.0"
},
"os": [
"win32",
"linux",
"darwin"
],
"preferGlobal": true,
"files": [
"bin/",
"install.js",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}