Skip to content

Commit 2e033fd

Browse files
authored
package.json
1 parent 620b606 commit 2e033fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "BadFilter.js",
3+
"version": "1.0.0",
4+
"type": "module",
5+
"description": "This script functions to detect and clean abusive or toxic words in text.",
6+
"main": "badword.js",
7+
"keywords": ["filter", "words", "profanity", "abusive", "toxic", "censored"],
8+
"author": "LcfherShell",
9+
"license": "MIT",
10+
"engines": {
11+
"node": ">=8.0.0"
12+
}
13+
}

0 commit comments

Comments
 (0)