-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.5 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.5 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "gbdetector",
"version": "1.1.2",
"description": "GbDetector is an advanced text analysis module designed to identify gambling-related content through sophisticated pattern matching and text processing techniques.",
"main": "test/testgui.js",
"exports": {
".": {
"require": "./dist/index.js"
},
"./app": "./test/testgui.js"
},
"type": "commonjs",
"files": [
"test/",
"templates/",
"dist/",
"index.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test/test.js",
"app": "electron .",
"cli": "node dist/gbUI.js"
},
"keywords": [
"gambling",
"gambling-detector",
"text-analysis",
"content-detection",
"pattern-matching",
"text-processing",
"nlp",
"moderation",
"content-filter",
"javascript"
],
"author": {
"name": "LcfherShell",
"email": "ramstungga@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Rams-Tungga/GbDetector.git"
},
"bugs": {
"url": "https://github.com/Rams-Tungga/GbDetector/issues"
},
"homepage": "https://github.com/Rams-Tungga/GbDetector/tree/main",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^1.9.0",
"chalk": "^5.4.1",
"chrome-launcher": "^1.2.0",
"chrome-remote-interface": "^0.33.3",
"electron": "^35.2.1",
"figlet": "^1.8.1",
"googleapis": "^148.0.0",
"open": "^10.1.2",
"puppeteer": "^24.8.0",
"server-destroy": "^1.0.1"
}
}