Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LcfherShell authored Oct 13, 2024
1 parent 620b606 commit 2e033fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "BadFilter.js",
"version": "1.0.0",
"type": "module",
"description": "This script functions to detect and clean abusive or toxic words in text.",
"main": "badword.js",
"keywords": ["filter", "words", "profanity", "abusive", "toxic", "censored"],
"author": "LcfherShell",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
}

0 comments on commit 2e033fd

Please sign in to comment.