From 62bcb8055ad096262001f5f6e564c47addc64707 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 1 Sep 2022 17:52:22 -0600 Subject: [PATCH] Add some scripts and binaries to package - long overdue --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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",