mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.9.4",
 | 
						|
    "description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.",
 | 
						|
    "homepage": "https://biomejs.dev/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.4/biome-win32-x64.exe#/biome.exe",
 | 
						|
            "hash": "f41b4f3ff2e6366926f932ed8c07849f81c5d08b74394bf78de1d88ba0f2c807"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.4/biome-win32-arm64.exe#/biome.exe",
 | 
						|
            "hash": "fb84cab7f614258b3f6868635ada27391380753b807e3d112a054bc78cc8a948"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "biome.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/biomejs/biome/tags",
 | 
						|
        "regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-x64.exe#/biome.exe"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv$version/biome-win32-arm64.exe#/biome.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |