2020-05-30 14:36:23 +02:00

22 lines
681 B
JSON

{
"version": "1.0.3",
"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.3/deno-x86_64-pc-windows-msvc.zip",
"hash": "c363d6cc45cfe8e4f9896218e5fa8a4e649a381c3b6f7fb057c91eebb2660fe7"
}
},
"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"
}
}
}
}