Creation of NodeJS Branch

This commit is contained in:
Starystars67
2020-01-28 23:04:21 +00:00
parent dbaf7d5de0
commit d752ac5acb
33 changed files with 2009 additions and 1871 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "beamng.drive-mp-server",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"author": "Mitch Durso",
"license": "ISC",
"devDependencies": {
"electron": "^6.0.7"
},
"dependencies": {
"chalk": "^3.0.0",
"minimist": "^1.2.0",
"uuid": "^3.3.3",
"ws": "^7.2.1"
}
}