mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
711 B
JSON
27 lines
711 B
JSON
{
|
|
"homepage": "https://github.com/denoland/deno",
|
|
"description": "A secure TypeScript runtime on V8",
|
|
"version": "0.3.7",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v0.3.7/deno_win_x64.zip",
|
|
"hash": "a38f58e58f7cfdb36df3133eaa6542a2de746260cbabd9aa53c674852b58416b"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"deno.exe",
|
|
"deno"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|