diff --git a/package.json b/package.json index 4a088ee9..ab6bbaca 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,14 @@ "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause", + "bin": { + "enigma-bbs": "./main.js", + "oputil": "./oputil.js" + }, "scripts": { - "start": "node main.js" + "start": "node main.js", + "oputil": "node ./oputil.js", + "pretty": "npx prettier --write ." }, "repository": { "type": "git",