mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"name": "querylog",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"anonymize": "node anonymize.js"
|
|
},
|
|
"dependencies": {
|
|
"dns-packet": "^5.2.1"
|
|
}
|
|
}
|