diff --git a/package.json b/package.json index dc05e57..53881f9 100644 --- a/package.json +++ b/package.json @@ -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" },