-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 821 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 821 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
26
27
28
29
30
{
"name": "deadend-filter",
"version": "2.2.1",
"description": "The enhanced and optimized DNS filter for AdGuard Home",
"repository": "https://github.com/ammnt/DeadEnd",
"author": "ammnt",
"license": "GPL-3.0",
"scripts": {
"build": "hostlist-compiler -c configuration.json -o filter.txt"
},
"dependencies": {
"@adguard/hostlist-compiler": "latest"
},
"resolutions": {
"@adguard/hostlist-compiler": "latest",
"@adguard/filters-downloader": "latest",
"@adguard/diff-builder": "latest",
"ajv": "8.18.0",
"axios": "1.15.0",
"follow-redirects": "1.16.0",
"debug": "3.1.0",
"yargs": "15.3.0",
"better-ajv-errors": "0.6.7",
"consola": "2.11.3",
"chalk": "2.4.2",
"@babel/runtime": "7.27.0",
"jsonpointer": "5.0.0",
"lodash": "4.18.1"
}
}