add bin
This commit is contained in:
parent
ba3de07218
commit
c38b71d10f
|
@ -3,6 +3,9 @@
|
|||
"version": "1.0.1",
|
||||
"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",
|
||||
"bin": {
|
||||
"dig.js": "./bin/dig.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue