{
  "name": "node-profanity-filter",
  "version": "1.0.2",
  "description": "A Node.js profanity filter with support for exact matching, obfuscated word detection, and customizable replacement.",
  "license": "ISC",
  "author": "Crytek1012",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Crytek1012/node-profanity-filter.git"
  },
  "homepage": "https://github.com/Crytek1012/node-profanity-filter#readme",
  "files": [
  "dist",
  "README.md",
  "LICENSE"
],
"keywords": [
  "profanity",
  "filter",
  "bad-words",
  "censorship",
  "text-filter",
  "profanity-filter",
  "content-moderation",
  "obfuscated-words",
  "nodejs",
  "typescript"
],
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.4"
  }
}
