forked from coffee-and-fun/google-profanity-words
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 820 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@coffeeandfun/google-profanity-words",
"version": "1.0.4",
"description": "Full list of bad words and top swear words banned by Google.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coffee-and-fun/google-profanity-words.git"
},
"keywords": [
"google",
"side-project",
"profanity",
"profanity-detection",
"profanityfilter"
],
"author": "Robert James Gabriel",
"license": "ISC",
"bugs": {
"url": "https://github.com/coffee-and-fun/google-profanity-words/issues"
},
"homepage": "https://github.com/coffee-and-fun/google-profanity-words#readme",
"devDependencies": {
"jest": "^27.4.5"
},
"dependencies": {}
}