diff --git a/package.json b/package.json index ae20935..1f12f39 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "start": "corenode-node ./src/bin/server.js", "build": "corenode-cli build --parallel --clean --fix" }, + "bin": { + "linebridge": "./bin/server.js" + }, "publishConfig": { "access": "public" },