From 0dc0dcf0f111660a3adb57fe3ec5de4650b75924 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 22 Jun 2025 16:59:16 +1200 Subject: [PATCH] Add packages --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json 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