bad-word-cli
Version:
A CLI to clean and detect profane words using the 'bad-words' package
27 lines (26 loc) • 514 B
JSON
{
"name": "bad-word-cli",
"version": "1.2.0",
"description": "A CLI to clean and detect profane words using the 'bad-words' package",
"bin": {
"bad-word-cli": "bin/index.js"
},
"type": "module",
"scripts": {
"start": "node bin/index.js"
},
"keywords": [
"cli",
"profanity",
"bad-words",
"filter",
"text-cleaner"
],
"author": "Satnam Meena",
"license": "MIT",
"dependencies": {
"bad-words": "^3.0.4",
"chalk": "^5.3.0",
"commander": "^11.1.0"
}
}