Add packages
This commit is contained in:
parent
5cdff89cf3
commit
0dc0dcf0f1
1 changed files with 14 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "alex-filter",
|
||||
"version": "0.0.1",
|
||||
"description": "Enhanced and optimized DNS filter for AdGuard Home",
|
||||
"repository": "https://git.oooo.nz/alex/filter-list",
|
||||
"author": "alex",
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
"build": "hostlist-compiler -c configuration.json -o filter.txt"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adguard/hostlist-compiler": "^1.0.39"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue