UNPKG

dotnet-sdk-3.1

Version:

Platform agnostic installation of .NET Core runtime 3.1

37 lines (36 loc) 919 B
{ "basename" : "dotnet-sdk", "name": "dotnet-sdk-3.1", "version": "3.1.1007", "description": "Platform agnostic installation of .NET Core runtime 3.1", "engines": { "node": ">=6.4.0" }, "dotnet-version": "3.1", "main": "./dist/call.js", "typings": "./dist/main.d.ts", "bin": { "dotnet": "./dist/call.js", "dotnet-run": "./dist/call.js", "dotnet-run-3.1": "./dist/call.js", "install-dotnet-runtime": "./dist/app.js", "which-dotnet-runtime": "./dist/find.js", "which-dotnet": "./dist/find.js" }, "scripts": { "postinstall": "node -e \"/*PostInstall: Installs platform-specific .NET framework */try{require('./dist/app.js')}catch(e){}\"" }, "repository": { "type": "git", "url": "git+https://github.com/fearthecowboy/dotnet.git" }, "keywords": [ "dotnet", ".NET", "core", "runtime", "3.1", "install" ], "license": "MIT" }