Initial Commit

This commit is contained in:
2024-04-10 00:08:42 +02:00
commit 11c4a5340c
6 changed files with 2408624 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "andysadguardhomeblocklist",
"version": "0.0.1",
"description": "A blocklist for Adguard Home",
"main": "index.js",
"scripts": {
"compile": "hostlist-compiler -c configuration.json -o dist/andysadguardhomeblocklist.txt",
"compile:verbose": "hostlist-compiler -c configuration.json -o dist/andysadguardhomeblocklist.txt -v"
},
"repository": {
"type": "git",
"url": "https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlockList.git"
},
"author": "andreas-fahrecker",
"dependencies": {
"@adguard/hostlist-compiler": "^1.0.24"
}
}