azrael-antismurf
Version:
Lightweight smurf/dupe-detection scoring for signups: disposable domains, fuzzy matches, entropy, IP/device reuse. Includes a daily disposable-domain refresher, CLI, and multi-source merge.
48 lines • 1.1 kB
JSON
{
"name": "azrael-antismurf",
"version": "1.0.0",
"description": "Lightweight smurf/dupe-detection scoring for signups: disposable domains, fuzzy matches, entropy, IP/device reuse. Includes a daily disposable-domain refresher, CLI, and multi-source merge.",
"keywords": [
"fraud",
"smurf",
"duplicate",
"signup",
"anti-abuse",
"risk-scoring"
],
"license": "MIT",
"author": "Your Company",
"repository": {
"type": "git",
"url": "git+https://github.com/saucedontsauce/azrael.git"
},
"bugs": {
"url": "https://github.com/saucedontsauce/azrael/issues"
},
"homepage": "https://github.com/saucedontsauce/azrael#readme",
"type": "commonjs",
"main": "index.js",
"exports": {
".": {
"require": "./index.js",
"import": "./esm/index.mjs"
}
},
"files": [
"index.js",
"esm/index.mjs",
"bin/cli.js",
"LICENSE",
"README.md"
],
"scripts": {
"test": "node --test",
"azrael:refresh": "node bin/cli.js refresh"
},
"engines": {
"node": ">=18"
},
"bin": {
"azrael": "bin/cli.js"
}
}