diff --git a/package.json b/package.json new file mode 100644 index 0000000..93f2c84 --- /dev/null +++ b/package.json @@ -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" + } +} \ No newline at end of file