diff --git a/package.json b/package.json index 0ff43a0..da27d2a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,9 @@ "require": "./dist/index.cjs" } }, - "bin": "./dist/index.js", + "bin": { + "mdcast": "./dist/index.js" + }, "homepage": "https://github.com/FranciscoMoretti/mdcast#readme", "dependencies": { "@t3-oss/env-core": "^0.6.0",