mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"name": "querylog",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"anonymize": "node anonymize.js"
|
|
},
|
|
"dependencies": {
|
|
"dns-packet": "^5.2.1"
|
|
}
|
|
}
|