From 051ed307873fc94ef3dbcc8b0cee1291be655c78 Mon Sep 17 00:00:00 2001 From: BRAVO68WEB Date: Thu, 5 May 2022 14:42:46 +0530 Subject: [PATCH] added readme --- client/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 6eed708..327bb86 100644 --- a/client/package.json +++ b/client/package.json @@ -12,5 +12,8 @@ "chalk": "^5.0.1", "yargs": "^17.4.1" }, - "type": "module" + "type": "module", + "bin": { + "i-am-online": "./app.js" + } }