UNPKG

cleanword

Version:

A lightweight package to detect and filter profanity, especially Indian bad words.

72 lines (71 loc) 1.49 kB
{ "name": "cleanword", "version": "1.0.0", "description": "A lightweight package to detect and filter profanity, especially Indian bad words.", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "src/", "README.md", "LICENSE" ], "scripts": { "test": "jest", "prepublishOnly": "npm test" }, "keywords": [ "profanity", "profane", "obscenity", "obscene", "cussing", "curse", "cursing", "swearing", "swearwords", "swear-words", "vulgarity", "badwords", "bad-words", "badlanguage", "bad-language", "dirtywords", "dirty-words", "censor", "filter", "indian profanity", "indian cursing", "indian cuss", "indian swearwords", "indian badwords", "indian bad-words", "indian vulgarity", "indian badlanguage", "indian bad-language", "indian dirtywords", "indian dirty-words", "indian obscenity", "indian obscene", "indian obscenities" ], "author": "Nabarup <nabaruproy.dev@gmail.com>", "repository": { "type": "git", "url": "https://github.com/nabarupdev/cleanword" }, "bugs": { "url": "https://github.com/nabarupdev/cleanword/issues" }, "homepage": "https://github.com/nabarupdev/cleanword#readme", "license": "ISC", "type": "commonjs", "dependencies": { "body-parser": "^2.2.0", "express": "^5.1.0" }, "devDependencies": { "jest": "^29.7.0" } }