Add packages

This commit is contained in:
Alex 2025-06-22 16:59:16 +12:00
parent 5cdff89cf3
commit 0dc0dcf0f1

14
package.json Normal file
View file

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