diff --git a/package.json b/package.json index a59f808..b674785 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "browser": { "./server.js": false }, + "bin": { + "bittorrent-tracker": "./bin/cmd.js" + }, "bugs": { "url": "https://github.com/feross/bittorrent-tracker/issues" },