diff --git a/package.json b/package.json index 82116ae3..e271fb87 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "snyk-api-import", "description": "Walmart import for 20k+ repos", "main": "dist/index.js", + "bin": "dist/index.js", "scripts": { "format:check": "prettier --check '{''{lib,test}/!(test/**/fixtures)/**/*,*}.{js,ts,json,yml}'", "format": "prettier --write '{''{lib,test}/!(test/**/fixtures)/**/*,*}.{js,ts,json,yml}'",