diff --git a/package.json b/package.json index 893848c..a39dc12 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "bin": { + "mysqlExporter": "node index.js" + }, "keywords": [], "author": "", "license": "ISC",