{
  "basename" : "dotnet-sdk",
  "name": "dotnet-sdk-2.1",
  "version": "2.1.1005",
  "description": "Platform agnostic installation of .NET Core runtime 2.1",
  "engines": {
    "node": ">=6.4.0"
  },
  "dotnet-version": "2.1",
  "main": "./dist/call.js",
  "typings": "./dist/main.d.ts",
  "bin": {
    "dotnet": "./dist/call.js",
    "dotnet-run": "./dist/call.js",
    "dotnet-run-2.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",
    "2.1",
    "install"
  ],
  "license": "MIT"
}
