forked from julz0815/ADO-Veracode-Pipeline-Scan-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 774 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
{
"name": "VeracodePipelineScan",
"version": "0.1.18",
"description": "An extension which lets you run Veracode's pipeline scan and publish resulsts as a seperate tab.",
"scripts": {
"build": "tsc -p .",
"postbuild": "npm run package",
"package": "tfx extension create",
"clean": "rimraf ./dist && rimraf ./*.vsix"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vsts-extension-samples/tree/master/build-results-enhancer"
},
"author": "Microsoft",
"dependencies": {
"@types/jquery": "^2.0.48",
"@types/q": "^0.0.32",
"azure-devops-node-api": "^11.1.0",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"tfx-cli": "^0.6.4",
"typescript": "^4.0.5",
"vss-web-extension-sdk": "^4.125.2"
}
}