Initial Commit with code from old repo with new Jenkinsfile
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user