mirror of
https://github.com/FlipsideCrypto/eth-phishing-detect.git
synced 2026-02-06 11:16:45 +00:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "eth-phishing-detect",
|
|
"version": "1.1.4",
|
|
"description": "Utility for detecting phishing domains targeting Ethereum users",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"author": "kumavis",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fast-levenshtein": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"csv-parse": "^1.2.1",
|
|
"tape": "^4.8.0"
|
|
}
|
|
}
|