-
Notifications
You must be signed in to change notification settings - Fork 2.6k
/
package.json
55 lines (55 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Agent.Tasks",
"version": "0.6.0",
"description": "Tasks for the Azure Pipelines build system",
"main": "make.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node make.js build",
"bump": "node make.js bump",
"gensprintly": "node make.js gensprintlyzip",
"test": "node make.js test",
"testLegacy": "node make.js testLegacy",
"package": "node make.js package"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azure-pipelines-tasks"
},
"keywords": [
"Azure",
"Pipelines",
"build",
"tasks"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks",
"devDependencies": {
"adm-zip": "0.4.13",
"azure-devops-node-api": "^12.2.0",
"fast-xml-parser": "^4.3.6",
"js-yaml": "^3.13.1",
"minimatch": "3.0.2",
"minimist": "^1.2.8",
"mocha": "^6.2.3",
"node-fetch": "2.6.11",
"node-uuid": "1.4.6",
"nodejs-file-downloader": "^4.11.1",
"nyc": "^15.1.0",
"q": "1.4.1",
"semver": "5.7.2",
"shelljs": "^0.8.5",
"typed-rest-client": "^1.8.9",
"typescript": "4.0.2",
"validator": "^13.7.0"
},
"dependencies": {
"agent-base": "^6.0.2"
}
}