diff --git a/package.json b/package.json index cd4eeee..f331328 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ } }, "types": "./dist/index.d.ts", + "bin": { + "toon": "bin/toon.mjs" + }, "files": [ "bin", "dist"