mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
27 lines
713 B
JSON
27 lines
713 B
JSON
{
|
|
"homepage": "https://github.com/denoland/deno",
|
|
"description": "A secure TypeScript runtime on V8",
|
|
"version": "0.17.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v0.17.0/deno_win_x64.zip",
|
|
"hash": "3cd922055859b4fa0ba2a05d0536fe0c57153777020ffdf3d5e0960949c87523"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"deno.exe",
|
|
"deno"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|