mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 04:05:13 +00:00
24 lines
733 B
JSON
24 lines
733 B
JSON
{
|
|
"version": "1.20.2",
|
|
"description": "A secure runtime for JavaScript and TypeScript",
|
|
"homepage": "https://deno.land",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v1.20.2/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4d495556b66b0a6921b842ddb02db9b347101897032e0608335447f586fd9d16"
|
|
}
|
|
},
|
|
"bin": "deno.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/denoland/deno"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|