mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00

Use node js module syntax. Make dev easier by not starting the web UI from docker startup.
16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
},
|
|
"type": "module"
|
|
}
|