diff --git a/package.json b/package.json index e00d9211..e1589314 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause", + "main": "./core/bbs", + "scripts": { + "start": "node main" + }, "repository": { "type": "git", "url": "https://github.com/NuSkooler/enigma-bbs.git"