{
  "name": "profanity-cleaner",
  "version": "0.0.3",
  "description": "A simple and lightweight JavaScript library that helps you clean profane or inappropriate words from a given text",
  "main": "dist/profanity-cleaner.js",
  "type": "commonjs",
  "license": "MIT",
  "author": {
    "name": "Prateek Singh",
    "email": "devXprite@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/devXprite/profanity-cleaner.git"
  },
  "homepage": "https://github.com/devXprite/profanity-cleaner",
  "keywords": [
    "profanity",
    "badwords",
    "bad-words",
    "badwords-filter",
    "profanity-cleaner",
    "profanity-filter",
    "profanity-cleaner"
  ],
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "babel-loader": "^9.1.0",
    "chai": "^4.3.7",
    "eslint": "^7.32.0 || ^8.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.25.2",
    "mocha": "^10.2.0",
    "prettier": "^2.8.1",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "scripts": {
    "test": "mocha",
    "build": "webpack",
    "dev": "webpack --progress --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}