mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-03 07:06:00 +00:00
21 lines
364 B
JSON
21 lines
364 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|