mirror of
				https://ceregatti.org/git/daniel/dayzdockerserver.git
				synced 2025-11-03 23:03:35 +00:00 
			
		
		
		
	Renamed main container to web. Added the STEAMAPIKEY environment variable placeholder, as this is necessary when searching for mods. Refactor locations of scripts and paths. Rename start scripts to be more consistent with their new locations. Run the web server under nodemon to prevent manual restarting.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			340 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			340 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",
 | 
						|
  "devDependencies": {
 | 
						|
    "nodemon": "^2.0.22"
 | 
						|
  }
 | 
						|
}
 |