From f8767f96cea6a78da442d427f340532b2430f90f Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 22 Jun 2025 17:30:53 +1200 Subject: [PATCH] *shrug* --- package-lock.json | 13 +++++++++++++ package.json | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 package-lock.json create mode 100644 package.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..cc4899a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "filter-list", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "filter-list", + "version": "1.0.0", + "license": "ISC" + } + } +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..950fbce --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "filter-list", + "version": "1.0.0", + "description": "Based on https://github.com/AdguardTeam/HostlistCompiler", + "repository": { + "type": "git", + "url": "git+https://git.oooo.nz/alex/filter-list" + }, + "author": "Alex Smith", + "license": "ISC", + "homepage": "https://git.oooo.nz/alex/filter-list" +} \ No newline at end of file