From 353c6cf0897c73a4ad01712099825a0d40a37d8c Mon Sep 17 00:00:00 2001 From: System administrator Date: Fri, 27 Sep 2019 09:03:41 +0200 Subject: Add run --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 17a918a..4a2b255 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "author": "", "license": "ISC", -- cgit v1.3.1