mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			396 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			396 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "test": "lerna run test",
 | 
						|
    "test:browser": "lerna run test:browser",
 | 
						|
    "test:integration": "lerna run test:integration",
 | 
						|
    "lint": "lerna run lint",
 | 
						|
    "build": "lerna run build"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "lerna": "^4.0.0"
 | 
						|
  },
 | 
						|
  "workspaces": [
 | 
						|
    "packages/*"
 | 
						|
  ],
 | 
						|
  "engines": {
 | 
						|
    "node": ">=10.0.0",
 | 
						|
    "npm": ">=7.0.0 < 8.0.0"
 | 
						|
  }
 | 
						|
}
 |