-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
33 lines (33 loc) · 1.18 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
{
"name": "microsoft-security-devops-azdevops",
"version": "1.11.1",
"description": "Microsoft Security DevOps for Azure DevOps.",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": "https://github.com/microsoft/microsoft-security-devops-azdevops",
"scripts": {
"build": "dotnet build ./build.proj",
"compile": "dotnet build ./build.proj /t:Compile",
"compile-tests": "dotnet build ./build.proj /t:CopyTestHelpers",
"compile-and-test": "dotnet build ./build.proj /t:Test /p:RunTests=true",
"test": "npx mocha **/*.tests.js"
},
"dependencies": {
"@microsoft/security-devops-azdevops-task-lib": "1.11.0",
"azure-pipelines-task-lib": "4.3.1",
"azure-pipelines-tool-lib": "2.0.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/mockery": "^1.4.30",
"@types/node": "^20.3.1",
"@types/q": "^1.5.5",
"@types/sinon": "^10.0.15",
"@types/uuid": "^9.0.8",
"mocha": "^10.2.0",
"sinon": "^15.2.0",
"tfx-cli": "^0.15.0",
"typescript": "^5.1.3"
}
}