gbdetector
Version:
GbDetector is an advanced text analysis module designed to identify gambling-related content through sophisticated pattern matching and text processing techniques.
62 lines • 1.4 kB
JSON
{
"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",
"electron": "^35.2.1",
"figlet": "^1.8.1",
"googleapis": "^148.0.0",
"open": "^10.1.1"
}
}