{
  "name": "vsts-task-tool-lib",
  "version": "0.10.0",
  "description": "VSTS Tool Installer Lib for CI/CD Tasks",
  "main": "tool.js",
  "scripts": {
    "build": "node make.js build",
    "test": "node make.js test",
    "sample": "node make.js sample"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/vsts-task-installer-lib.git"
  },
  "keywords": [
    "VSTS"
  ],
  "author": "Microsoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/microsoft/vsts-task-installer-lib/issues"
  },
  "homepage": "https://github.com/microsoft/vsts-task-installer-lib#readme",
  "dependencies": {
    "semver": "^5.3.0",
    "@types/semver": "^5.3.0",
    "semver-compare": "^1.0.0",
    "typed-rest-client": "1.0.7",
    "uuid": "^3.0.1",
    "@types/uuid": "^3.0.1",
    "vsts-task-lib": "2.4.0"
  },
  "devDependencies": {
    "typescript": "^2.2.1",
    "@types/node": "^8.0.19",
    "mocha": "^3.2.0",
    "@types/mocha": "^2.2.41",
    "shelljs": "^0.7.6",
    "@types/shelljs": "^0.7.4",
    "xml2js": "^0.4.17",
    "@types/xml2js": "^0.4.0"
  }
}
