Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
51 lines
1.0 KiB
JSON
Executable File
51 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "decomment",
|
|
"version": "0.9.5",
|
|
"description": "Removes comments from JSON/JavaScript, CSS/HTML, CPP/H, etc.",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "jasmine-node test",
|
|
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
|
|
"lint": "eslint ./lib ./test"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/vitaly-t/decomment",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vitaly-t/decomment.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitaly-t/decomment/issues",
|
|
"email": "vitaly.tomilov@gmail.com"
|
|
},
|
|
"keywords": [
|
|
"remove comments",
|
|
"JavaScript",
|
|
"JSON",
|
|
"CSS",
|
|
"HTML",
|
|
"CPP",
|
|
"C++",
|
|
"Text"
|
|
],
|
|
"author": {
|
|
"name": "Vitaly Tomilov",
|
|
"email": "vitaly.tomilov@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.4",
|
|
"npm": ">=2.15"
|
|
},
|
|
"dependencies": {
|
|
"esprima": "4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.1.0",
|
|
"istanbul": "0.4.5",
|
|
"jasmine-node": "3.0.0"
|
|
}
|
|
}
|