mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 03:30:40 +02:00
Support npm start
Fill-in the missing pieces in the package.json file. From now on `npm start` just works like all other nodejs apps.
This commit is contained in:
parent
a68ff8a046
commit
efd1ea28df
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
"description": "ENiGMA½ Bulletin Board System",
|
||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "./core/bbs",
|
||||
"scripts": {
|
||||
"start": "node main"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/NuSkooler/enigma-bbs.git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue