27 lines
631 B
JSON
27 lines
631 B
JSON
|
{
|
||
|
"name": "dig.js",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@git.daplie.com:Daplie/dig.js.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"dig",
|
||
|
"dns",
|
||
|
"mdns",
|
||
|
"lint",
|
||
|
"capture",
|
||
|
"create",
|
||
|
"bin",
|
||
|
"binary",
|
||
|
"json"
|
||
|
],
|
||
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||
|
"license": "(MIT OR Apache-2.0)"
|
||
|
}
|