diff options
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 90dfbb4..14d1cc1 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A Discord to Minecraft Chat Gateway", "main": "index.js", "scripts": { + "start": "node index.js", "lint": "jshint *.js", "test": "npm run lint" }, |