| 
						
						
						
					 | 
				
				 | 
				
					@ -1,13 +1,12 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						"name": "fuzzyhome", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						"version": "0.1.39", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						"version": "0.1.40", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						"scripts": { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"build-sw": "imba build -SMH sw.imba -o dist/public", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"build": "npm run build-app && npm run build-sw", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"publish-preview": "npx gh-pages --no-history --dotfiles --dist dist/public --branch preview", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"publish-release": "npx gh-pages --no-history --dotfiles --dist dist/public --branch release", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"start": "imba run -SMH --baseurl . -w server.imba", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"static": "npm run build && cd dist/public && echo http://localhost:8000 && python3 -m http.server &>/dev/null", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							"preview": "npm version patch && npm run build && npm run publish-preview", | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |