forked from sefinek/Sefinek-Blocklist-Collection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.71 KB
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
{
"name": "sefinek-blocklist-collection",
"version": "0.17.0",
"description": "The best lists for your DNS server or any other blocker. Your first and last reliable list with minimal false alarms.",
"keywords": [
"adguard",
"adguard-blocklist",
"adguard-list",
"blacklist",
"blocklist",
"domains",
"origin",
"phishing-sites",
"pi-hole-lists",
"pihole",
"pihole-adblocker-list",
"pihole-ads-list",
"pihole-blacklist",
"pihole-youtube-ads",
"piholeblocklist",
"privacy",
"privacy-protection",
"ublock"
],
"homepage": "https://blocklist.sefinek.net",
"bugs": {
"url": "https://github.com/sefinek24/Sefinek-Blocklist-Collection/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek24/Sefinek-Blocklist-Collection.git"
},
"license": "CC BY-NC-ND 4.0",
"author": "Sefinek <contact@sefinek.net> (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.2",
"cron-parser": "^4.9.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-autoindex": "^1.4.2",
"express-rate-limit": "^7.3.1",
"express-timeout-handler": "^2.2.2",
"helmet": "^7.1.0",
"marked": "^13.0.2",
"mongoose": "^8.5.1",
"morgan": "^1.10.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"globals": "^15.8.0",
"ip-address": "^9.0.5",
"kleur": "^4.1.5",
"luxon": "^3.4.4",
"uglifyjs-folder": "^3.3.0",
"validator": "^13.12.0"
}
}