@andzh777/swear-filter
Version:
Bad word filter.
43 lines (42 loc) • 890 B
JSON
{
"name": "@andzh777/swear-filter",
"version": "1.1.0",
"description": "Bad word filter.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aNereds/swear-filter.git"
},
"keywords": [
"bad",
"word",
"words",
"profanity",
"filter",
"blacklist",
"black",
"list",
"swear",
"english",
"мат",
"фильтр",
"filtrs",
"lamuvārdi",
"vārdi"
],
"author": "aNereds",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"ts-node": "^10.9.2",
"typescript": "^4.8.3"
}
}