forked from microsoft/security-devops-azdevops-task-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 950 Bytes
/
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
{
"name": "@microsoft/security-devops-azdevops-task-lib",
"version": "1.7.2",
"description": "Microsoft Security DevOps for Azure DevOps task library.",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": "https://github.com/microsoft/security-devops-azdevops-task-lib.git",
"homepage": "https://github.com/microsoft/security-devops-azdevops-task-lib",
"scripts": {
"build": "npx gulp"
},
"dependencies": {
"adm-zip": "0.5.10",
"azure-pipelines-task-lib": "4.3.1",
"azure-pipelines-tool-lib": "2.0.4",
"decompress-response": "^8.1.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^6.0.0-alpha.1",
"typescript": "^5.1.3"
},
"main": "msdo-client.js"
}