{
    "name": "azure-pipelines-tasks-utility-common",
    "version": "3.267.0",
    "description": "Common Library for Azure Rest Calls",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/microsoft/azure-pipelines-tasks-common-packages.git",
        "directory": "common-npm-packages/utility-common"
    },
    "scripts": {
        "build": "node make.js",
        "test": "mocha _build/Tests/L0.js"
    },
    "author": "Microsoft Corporation",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/microsoft/azure-pipelines-tasks-common-packages/issues"
    },
    "homepage": "https://github.com/microsoft/azure-pipelines-tasks-common-packages#readme",
    "dependencies": {
        "@types/node": "~16.11.39",
        "azure-pipelines-task-lib": "^4.11.0",
        "azure-pipelines-tool-lib": "^2.0.7",
        "js-yaml": "^3.14.2",
        "semver": "^5.7.2",
        "typed-rest-client": "2.1.0"
    },
    "devDependencies": {
        "@types/mocha": "^8.2.3",
        "mocha": "^10.5.1",
        "typescript": "4.0.2"
    }
}
