1 | {
|
2 | "name": "azure-devops-node-api",
|
3 | "description": "Node client for Azure DevOps and TFS REST APIs",
|
4 | "version": "14.0.1",
|
5 | "main": "./WebApi.js",
|
6 | "types": "./WebApi.d.ts",
|
7 | "scripts": {
|
8 | "build": "node make.js build",
|
9 | "samples": "node make.js samples",
|
10 | "test": "node make.js test",
|
11 | "units": "node make.js units"
|
12 | },
|
13 | "repository": {
|
14 | "type": "git",
|
15 | "url": "https://github.com/Microsoft/azure-devops-node-api"
|
16 | },
|
17 | "author": "Microsoft Corporation",
|
18 | "contributors": [
|
19 | "Bryan MacFarlane <bryanmac@microsoft.com>",
|
20 | "Daniel McCormick<daniel.mccormick@microsoft.com>",
|
21 | "Scott Dallamura <scdallam@microsoft.com>",
|
22 | "Stephen Franceschelli<stephen.franceschelli@microsoft.com>",
|
23 | "Teddy Ward <t-edward@microsoft.com>"
|
24 | ],
|
25 | "license": "MIT",
|
26 | "engines": {
|
27 | "node": ">= 16.0.0"
|
28 | },
|
29 | "dependencies": {
|
30 | "tunnel": "0.0.6",
|
31 | "typed-rest-client": "^2.0.1"
|
32 | },
|
33 | "devDependencies": {
|
34 | "@types/glob": "5.0.35",
|
35 | "@types/minimatch": "3.0.3",
|
36 | "@types/mocha": "^2.2.44",
|
37 | "@types/node": "16.11.7",
|
38 | "@types/shelljs": "0.8.5",
|
39 | "mocha": "^10.4.0",
|
40 | "nock": "9.6.1",
|
41 | "shelljs": "^0.8.5",
|
42 | "typescript": "4.0.2"
|
43 | }
|
44 | }
|