{
    "name": "azure-pipelines-tasks-artifacts-common",
    "version": "2.276.0",
    "description": "Azure Artifacts common code (for new authentication tasks)",
    "scripts": {
        "build": "cd ../build-scripts && npm install && cd ../artifacts-common && node make.js"
    },
    "author": "Microsoft Corporation",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/microsoft/azure-pipelines-tasks-common-packages.git",
        "directory": "common-npm-packages/artifacts-common"
    },
    "license": "MIT",
    "dependencies": {
        "@types/fs-extra": "8.0.0",
        "@types/mocha": "^5.2.6",
        "@types/node": "^16.11.39",
        "azure-devops-node-api": "^15.1.3",
        "azure-pipelines-task-lib": "^5.2.11",
        "fs-extra": "8.1.0",
        "node-fetch": "^2.7.0",
        "semver": "^6.3.1"
    },
    "devDependencies": {
        "@types/node-fetch": "^2.6.13",
        "typescript": "5.1.6"
    }
}
