From 1429fc55a8dcee2c6501dbbc500699ca6541105d Mon Sep 17 00:00:00 2001 From: srgooglo Date: Tue, 5 Oct 2021 10:10:08 +0200 Subject: [PATCH] added bin --- package.json | 3 +++ 1 file changed, 3 insertions(+) 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" },