mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
22 lines
681 B
JSON
22 lines
681 B
JSON
{
|
|
"version": "1.0.2",
|
|
"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/v1.0.2/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "20287e36893ffc5fc713a0ff6272ed92038ff77553126fde85e86be6e8522d3b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|