From 642872471794cb8a0f9bc652c55184e115ab97bd Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 30 Jun 2025 13:17:04 +0100 Subject: [PATCH] add entry point --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 3de4018..4055c07 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "bin": { + "meld-cli": "index.js" + }, "dependencies": { "cli-meow-help": "^4.0.0", "meow": "^13.2.0",