-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 1.11 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
{
"name": "detect-ado",
"version": "10.0.0",
"description": "Execute Black Duck Detect against your build",
"scripts": {
"package": "tfx extension create --manifest-globs vss-extension.json",
"tick": "node dev/tick.js && tfx extension create --manifest-globs vss-extension.json",
"clean": "rimraf ./dist && rimraf ./*.vsix",
"installAll": "npm install && npm dedupe && npm prune && cd tasks/blackduck-detect-task && npm install && npm dedupe && npm prune && npm run build"
},
"author": "Black Duck Software, Inc.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/blackducksoftware/detect-ado"
},
"devDependencies": {
"@types/jquery": "^2.0.34",
"azure-pipelines-task-lib": "^3.0.4-preview.0",
"fs-extra": "^9.0.1",
"ncp": "^2.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.4",
"rimraf": "^2.5.4",
"sync-request": "^6.1.0",
"tfx-cli": "^0.6.3",
"vss-web-extension-sdk": "^2.109.0",
"y18n": "^4.0.1"
},
"dependencies": {
"@types/node": "^14.14.5",
"@types/q": "0.0.32",
"ts-node": "^9.0.0"
}
}