mirror of
https://github.com/FlipsideCrypto/eth-phishing-detect.git
synced 2026-02-06 11:16:45 +00:00
35 lines
869 B
JSON
35 lines
869 B
JSON
{
|
|
"name": "eth-phishing-detect",
|
|
"version": "1.1.13",
|
|
"description": "Utility for detecting phishing domains targeting Ethereum users",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "node test | tap-summary",
|
|
"ci": "node test | tap-summary --no-progress"
|
|
},
|
|
"author": "kumavis",
|
|
"license": "DBAD",
|
|
"dependencies": {
|
|
"fast-levenshtein": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^2.5.0",
|
|
"csv-parse": "^3.1.2",
|
|
"needle": "^2.0.0",
|
|
"punycode": "^2.1.0",
|
|
"tap-summary": "^4.0.0",
|
|
"tape": "^4.8.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MetaMask/eth-phishing-detect.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MetaMask/eth-phishing-detect/issues"
|
|
},
|
|
"homepage": "https://github.com/MetaMask/eth-phishing-detect#readme"
|
|
}
|