UNPKG

azure-pipelines-task-lib

Version:
49 lines (48 loc) 1.14 kB
{ "name": "azure-pipelines-task-lib", "version": "5.2.1", "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", "minimatch": "3.0.5", "nodejs-file-downloader": "^4.11.1", "q": "^1.5.1", "semver": "^5.7.2", "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" } }