Add some scripts and binaries to package - long overdue

This commit is contained in:
Bryan Ashby 2022-09-01 17:52:22 -06:00
parent 695bb40b17
commit 62bcb8055a
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 7 additions and 1 deletions

View File

@ -4,8 +4,14 @@
"description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>",
"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",