Fix up build process

This commit is contained in:
Alex 2025-06-22 17:23:30 +12:00
parent 8d3f0e5530
commit fd66bcb77e
3 changed files with 10 additions and 448 deletions

View file

@ -1,14 +0,0 @@
{
"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"
}
}