filter-list/package.json
2025-06-22 16:59:16 +12:00

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"
}
}