{
  "name": "@devshubham/clean-speech-hindi",
  "version": "1.0.4",
  "description": "Small Utility node package manager for checking profanity (hindi and English).It supports functionality like detecting bad words , adding if any and also to remove them.",
  "main": "dist/src/index.js",
  "scripts": {
    "test": "mocha tests/**/*.js",
    "start": "node ./dist/src/index.js"
  },
  "keywords": [
    "profanity-hindi-blocker",
    "bad-words-blocker",
    "hindi-bad-words-blocker",
    "bad-words-filter",
    "Adding-removing-bad-words"
  ],
  "author": "Shubham Tiwari",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/devjster/clean-speech/issues"
  },
  "homepage": "https://github.com/devjster/clean-speech/#readme",
  "dependencies": {
    "lodash": "^4.17.2"
  },
  "devDependencies": {
    "@types/chai": "^4.3.16",
    "@types/lodash": "^4.17.5",
    "@types/mocha": "^10.0.6",
    "chai": "^3.5.0",
    "mocha": "^3.5.3"
  }
}
