deno
Version:
A modern runtime for JavaScript and TypeScript.
33 lines (32 loc) • 767 B
JSON
{
"name": "deno",
"version": "2.8.2",
"description": "A modern runtime for JavaScript and TypeScript.",
"bin": "bin.cjs",
"repository": {
"type": "git",
"url": "git+https://github.com/denoland/deno.git"
},
"keywords": [
"runtime",
"typescript"
],
"author": "the Deno authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/denoland/deno/issues"
},
"homepage": "https://deno.com",
"preferUnplugged": true,
"scripts": {
"postinstall": "node ./install.cjs"
},
"optionalDependencies": {
"@deno/win32-x64": "2.8.2",
"@deno/win32-arm64": "2.8.2",
"@deno/darwin-x64": "2.8.2",
"@deno/darwin-arm64": "2.8.2",
"@deno/linux-x64-glibc": "2.8.2",
"@deno/linux-arm64-glibc": "2.8.2"
}
}