This commit is contained in:
Alex 2025-06-22 17:30:53 +12:00
parent 840e6daf92
commit f8767f96ce
2 changed files with 25 additions and 0 deletions

13
package-lock.json generated Normal file
View file

@ -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"
}
}
}

12
package.json Normal file
View file

@ -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"
}