18 lines
		
	
	
		
			338 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			338 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.17.0",
 | 
						|
    "useWorkspaces": true,
 | 
						|
    "npmClient": "yarn",
 | 
						|
    "packages": [
 | 
						|
        "packages/*"
 | 
						|
    ],
 | 
						|
    "command": {
 | 
						|
        "run": {
 | 
						|
            "stream": true
 | 
						|
        },
 | 
						|
        "publish": {
 | 
						|
            "access": "public",
 | 
						|
            "registry": "https://repo.yumc.pw/repository/npm-hosted/"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |