Add some scripts and binaries to package - long overdue
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user