{
  "name": "azure-pipelines-task-lib",
  "version": "4.12.0",
  "description": "Azure Pipelines Task SDK",
  "main": "./task.js",
  "typings": "./task.d.ts",
  "scripts": {
    "build": "node make.js build",
    "test": "node make.js test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/azure-pipelines-task-lib"
  },
  "keywords": [
    "azure-pipelines",
    "agent",
    "build",
    "release",
    "ci-cd",
    "task"
  ],
  "author": "Microsoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/azure-pipelines-task-lib/issues"
  },
  "homepage": "https://github.com/Microsoft/azure-pipelines-task-lib",
  "dependencies": {
    "adm-zip": "^0.5.10",
    "deasync": "^0.1.28",
    "minimatch": "3.0.5",
    "nodejs-file-downloader": "^4.11.1",
    "q": "^1.5.1",
    "semver": "^5.1.0",
    "shelljs": "^0.8.5",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "@types/minimatch": "3.0.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^16.11.39",
    "@types/q": "^1.5.4",
    "@types/semver": "^7.3.4",
    "@types/shelljs": "^0.8.8",
    "mocha": "^9.2.2",
    "typescript": "^4.0.0"
  }
}
