-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
75 lines (75 loc) · 1.88 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "sefinek-blocklist-collection",
"version": "0.18.0",
"description": "The best blocklists for your DNS server. Your first and ultimate reliable source with minimal false positives.",
"keywords": [
"ad blocking",
"adblock filter",
"adguard blocklist",
"adguard list",
"adguard",
"blacklist",
"blocklist",
"cybersecurity",
"dns-filter",
"domains",
"malware blocking",
"online privacy",
"origin",
"phishing sites",
"pi-hole lists",
"pihole adblocker list",
"pihole ads list",
"pihole blacklist",
"pihole youtube ads",
"pihole",
"piholeblocklist",
"privacy protection",
"privacy",
"safe browsing",
"security",
"ublock"
],
"homepage": "https://blocklist.sefinek.net",
"bugs": {
"url": "https://github.com/sefinek/Sefinek-Blocklist-Collection/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/Sefinek-Blocklist-Collection.git"
},
"license": "CC BY-NC-ND 4.0",
"author": "Sefinek <[email protected]> (https://sefinek.net)",
"main": "index.js",
"scripts": {
"mon": "nodemon index.js",
"sync": "bash bash/pull.sh",
"test": "node scripts/test-urls.js",
"up": "ncu -u && npm i && npm update && npm audit fix"
},
"dependencies": {
"axios": "^1.7.9",
"cron-parser": "^4.9.0",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^5.0.1",
"express-rate-limit": "^7.5.0",
"express-timeout-handler": "^2.2.2",
"helmet": "^8.0.0",
"lzma-native": "^8.0.6",
"marked": "^15.0.4",
"mongoose": "^8.9.2",
"morgan": "^1.10.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"globals": "^15.14.0",
"ipaddr.js": "^2.2.0",
"kleur": "^4.1.5",
"luxon": "^3.5.0",
"uglifyjs-folder": "^3.3.0",
"unzipper": "^0.12.3",
"validator": "^13.12.0"
}
}