mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			125 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			125 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/* eslint-disable */
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  name: require('./package').name,
 | 
						|
  isDevelopingAddon() {
 | 
						|
    return true;
 | 
						|
  },
 | 
						|
};
 |