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
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 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
{
"name": "sefinek-blocklist-collection",
"version": "0.18.0+20250827",
"description": "The best blocklist collection and list generator — your first and most trusted source with minimal false positives.",
"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": "SEE LICENSE IN LICENSE",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"type": "commonjs",
"main": "www/index.js",
"scripts": {
"pull": "bash bash/pull.sh",
"test": "node scripts/test-urls.js",
"up": "ncu -u && npm i && npm update && npm audit fix"
},
"dependencies": {
"axios": "^1.11.0",
"cron-parser": "^5.3.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"express-timeout-handler": "^2.2.2",
"helmet": "^8.1.0",
"lzma-native": "^8.0.6",
"marked": "^16.2.1",
"mongoose": "^8.18.0",
"morgan": "^1.10.1",
"ws": "^8.18.3"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"globals": "^16.3.0",
"ipaddr.js": "^2.2.0",
"kleur": "^4.1.5",
"luxon": "^3.7.1",
"uglifyjs-folder": "^3.3.0",
"unzipper": "^0.12.3",
"validator": "^13.15.15"
}
}