-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 735 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 735 Bytes
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
{
"name": "cloudflare-ip-ranges",
"version": "1.0.0",
"description": "A list of Cloudflare IP addresses (IPv4 and IPv6).",
"homepage": "https://github.com/sefinek/Cloudflare-IP-Ranges#readme",
"bugs": {
"url": "https://github.com/sefinek/Cloudflare-IP-Ranges/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/Cloudflare-IP-Ranges.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"type": "module",
"main": "index.js",
"scripts": {
"m": "ncu -u && npm install && npm update",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"globals": "^16.3.0"
}
}