-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 915 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
32
33
34
35
36
37
38
39
40
41
{
"name": "super-profanity",
"version": "1.1.3",
"description": "A profanity filter that lives up to its name.",
"main": "profanity.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gasegamer/super-profanity.git"
},
"keywords": [
"profanity",
"filter",
"lang",
"language",
"language detection",
"natural-language",
"detect",
"detector",
"n-gram",
"bad word"
],
"homepage": "https://github.com/Gasegamer/super-profanity",
"author": "Gabriel Ciriaco de Carvalho",
"license": "(MPL-2.0 and Apache-2.0)",
"bugs": {
"url": "https://github.com/Gasegamer/super-profanity/issues"
},
"dependencies": {
"noswearing": "^1.2.0",
"tinyld": "1.2.0"
},
"engines": {
"node": ">=15.0.0"
},
"exports": {
".": "./dist/profanity.js"
}
}