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