-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
26 lines (26 loc) · 1.31 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
{
"name": "phishfort-lists",
"version": "1.0.0",
"description": "This repository contains a blacklist and whitelist of domains maintained by [PhishFort](https://www.phishfort.com). These lists are used by the PhishFort Protect browser plugin ([Chrome](https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/protect/)), as well a number of third-party browser plugins and services to protect their users from crypto phishing attacks and scams.",
"scripts": {
"json-validation": "node workflow_scripts/json-validation.js",
"url-validation": "node workflow_scripts/url-validation.js",
"json-duplicates": "node workflow_scripts/no-duplicates.js",
"static-bl-fail": "echo \"Error: Blacklists directory is automatically managed by internal systems and CANNOT be altered in a pull request. Please contact PhishFort team.\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phishfort/phishfort-lists.git"
},
"keywords": [],
"author": "Phishfort",
"license": "ISC",
"bugs": {
"url": "https://github.com/phishfort/phishfort-lists/issues"
},
"homepage": "https://github.com/phishfort/phishfort-lists#readme",
"dependencies": {
"glob": "^8.0.3",
"tldts": "^6.1.2"
}
}