diff --git a/package.json b/package.json index f14de472..ff072eaa 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,12 @@ "types": "./index.d.ts", "default": "./index.js" } + }, + "./cli": { + "import": { + "types": "./bin/cli.d.ts", + "default": "./bin/cli.js" + } } }, "module": "index.js",