mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
22 lines
683 B
JSON
22 lines
683 B
JSON
{
|
|
"version": "0.38.0",
|
|
"description": "A secure TypeScript runtime on V8",
|
|
"homepage": "https://github.com/denoland/deno",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v0.38.0/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "2dd16483e5c237675093ca58b7920ff3addfb48521e0c1c65e4aebb5510d5088"
|
|
}
|
|
},
|
|
"bin": "deno.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|