filter-kata
Version:
**FilterKata** is a lightweight and customizable TypeScript class to detect and censor inappropriate or offensive words from text input. Perfect for chat systems, comment moderation, forums, and more.
22 lines (21 loc) • 444 B
JSON
{
"name": "filter-kata",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": ["profanity", "filter", "censor", "text"],
"author": "kikuk24",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
}
}