22 lines
		
	
	
	
		
			860 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			860 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "webxr",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "main": "index.js",
 | 
						|
  "scripts": {
 | 
						|
    "build": "echo -e \"hint: pass bun args via: BARG='--minify' npm run build'\n\n\" && rm dist/xrforge/*.js || true && BARG=$BARG npm run build-xrforge",
 | 
						|
    "build-xrforge": "mkdir -p dist/xrforge && bun build ${BARG} --outdir=dist/xrforge xrforge.html && monolith dist/xrforge/xrforge.html --output dist/xrforge.html && sed -i 's|data:module|data:text/javascript;|g' dist/xrforge.html # https://github.com/Y2Z/monolith/issues/474 "
 | 
						|
  },
 | 
						|
  "author": "Leon van Kammen",
 | 
						|
  "license": "",
 | 
						|
  "description": "",
 | 
						|
  "dependencies": {
 | 
						|
    "@needle-tools/three-animation-pointer": "^1.0.7",
 | 
						|
    "@zip.js/zip.js": "^2.8.8",
 | 
						|
    "aframe": "^1.7.1",
 | 
						|
    "remotestoragejs": "^2.0.0-beta.8",
 | 
						|
    "trystero": "^0.22.0",
 | 
						|
    "webdav": "^5.8.0",
 | 
						|
    "xrf": "^0.0.1",
 | 
						|
    "xrsh": "^0.0.5"
 | 
						|
  }
 | 
						|
}
 |