diff --git a/package.json b/package.json new file mode 100644 index 0000000..e535a6d --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "hosts", + "version": "1.3.0", + "description": "A command line tool for managing hosts file entries.", + "global": true, + "install": "make install" +}