mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
683 B
JSON
22 lines
683 B
JSON
{
|
|
"version": "0.41.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.41.0/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "80033945bec17cd5b56837d99fae6322736b51a71214ffdced008065432254a5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|