forked from MetaMask/eth-phishing-detect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "eth-phishing-detect",
"version": "1.1.15",
"description": "Utility for detecting phishing domains targeting Ethereum users",
"main": "src/index.js",
"scripts": {
"test": "node test | tap-summary",
"buildSample": "browserify example/index.js -o example/bundle.js",
"ci": "node test | tap-summary --no-progress"
},
"author": "kumavis",
"license": "DBAD",
"resolutions": {
"tap-summary/tap-out/trim": "^0.0.3"
},
"dependencies": {
"fast-levenshtein": "^2.0.6"
},
"devDependencies": {
"async": "^2.5.0",
"browserify": "^17.0.0",
"csv-parse": "^4.4.6",
"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"
}