eth-phishing-detect/package.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"
}
}