mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
22 lines
681 B
JSON
22 lines
681 B
JSON
{
|
|
"version": "1.0.1",
|
|
"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.1/deno-x86_64-pc-windows-msvc.zip",
|
|
"hash": "e68e8f15bf81d9f9aac318f2d6f058ad4fb74ed471196e4cdaa2ff2c4cca9741"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|