{
    "name": "azure-pipelines-tasks-utility-common",
    "version": "3.272.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.18.0",
        "azure-pipelines-task-lib": "^5.2.8",
        "azure-pipelines-tool-lib": "^2.0.12",
        "js-yaml": "^3.14.2",
        "semver": "^5.7.2",
        "typed-rest-client": "2.2.0"
    },
    "devDependencies": {
        "@types/mocha": "^8.2.3",
        "mocha": "^11.7.5",
        "typescript": "4.9.5"
    },
    "overrides": {       
	    "serialize-javascript": "^7.0.4"
    }
}
