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",
|
"description": "ENiGMA½ Bulletin Board System",
|
||||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
|
"bin": {
|
||||||
|
"enigma-bbs": "./main.js",
|
||||||
|
"oputil": "./oputil.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node main.js"
|
"start": "node main.js",
|
||||||
|
"oputil": "node ./oputil.js",
|
||||||
|
"pretty": "npx prettier --write ."
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue