Add some scripts and binaries to package - long overdue
This commit is contained in:
parent
695bb40b17
commit
62bcb8055a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue