UNPKG

azure-devops-node-api

Version:
55 lines (54 loc) 1.67 kB
{ "name": "azure-devops-node-api", "description": "Node client for Azure DevOps and TFS REST APIs", "version": "17.0.0", "main": "./WebApi.js", "types": "./WebApi.d.ts", "scripts": { "build": "node make.js build", "samples": "node make.js samples", "test": "node make.js test", "units": "node make.js units" }, "repository": { "type": "git", "url": "https://github.com/Microsoft/azure-devops-node-api" }, "author": "Microsoft Corporation", "contributors": [ "Bryan MacFarlane <bryanmac@microsoft.com>", "Daniel McCormick<daniel.mccormick@microsoft.com>", "Scott Dallamura <scdallam@microsoft.com>", "Stephen Franceschelli<stephen.franceschelli@microsoft.com>", "Teddy Ward <t-edward@microsoft.com>" ], "license": "MIT", "engines": { "node": ">= 16.0.0" }, "dependencies": { "tunnel": "0.0.6", "typed-rest-client": "3.1.0" }, "devDependencies": { "@types/glob": "5.0.35", "@types/minimatch": "3.0.3", "@types/mocha": "^2.2.44", "@types/node": "16.11.7", "@types/shelljs": "0.8.5", "mocha": "^10.8.2", "nock": "9.6.1", "shelljs": "^0.8.5", "typescript": "4.0.2" }, "overrides": { "brace-expansion@1.x": { ".": "1.1.18" }, "brace-expansion@2.x": { ".": "2.1.4" }, "js-yaml": "^4.3.1", "lodash": "^4.18.1", "minimatch@3.x": { ".": "3.1.5" }, "minimatch@5.x": { ".": "5.1.9" }, "picomatch": "^2.3.2", "serialize-javascript": "^7.0.5" } }