14 lines
No EOL
378 B
JSON
14 lines
No EOL
378 B
JSON
{
|
|
"name": "alex-filter",
|
|
"version": "0.0.1",
|
|
"description": "Enhanced and optimized DNS filter for AdGuard Home",
|
|
"repository": "https://git.oooo.nz/alex/filter-list",
|
|
"author": "alex",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"build": "hostlist-compiler -c configuration.json -o filter.txt"
|
|
},
|
|
"dependencies": {
|
|
"@adguard/hostlist-compiler": "^1.0.39"
|
|
}
|
|
} |