This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
Andreas Fahrecker acb1737974
All checks were successful
andreas-personal/AndysAdguardHomeBlockList/pipeline/head This commit looks good
test
2024-04-10 17:29:00 +02:00

19 lines
658 B
JSON

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