forked from schniggie/cdn-ranges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 808 Bytes
/
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
{
"dependencies": {
"axios": "^0.24.0",
"commander": "^8.3.0",
"listr": "^0.14.3",
"retry-axios": "^2.6.0"
},
"devDependencies": {
"prettier": "^2.4.1"
},
"name": "cdn-ranges",
"description": "Tool to download a list of IP ranges used by CDNs (Cloudflare, Akamai, Incapsula, Fastly, etc). This helps to avoid performing unnecessary port scans when doing bug bounties.",
"version": "1.0.0",
"main": "download.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schniggie/cdn-ranges.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/schniggie/cdn-ranges/issues"
},
"homepage": "https://github.com/schniggie/cdn-ranges#readme"
}