|
3 | 3 | "version": "7.0.0", |
4 | 4 | "description": "Execute Synopsys Detect against your build", |
5 | 5 | "scripts": { |
6 | | - "build": "tsc -p .", |
7 | | - "postbuild": "npm run package", |
8 | | - "package": "tfx extension create", |
9 | | - "tick": "tsc && node dev/tick.js && tfx extension create --manifest-globs vss-extension.json", |
| 6 | + "package": "tfx extension create --manifest-globs vss-extension.json", |
| 7 | + "tick": "node dev/tick.js && tfx extension create --manifest-globs vss-extension.json", |
10 | 8 | "clean": "rimraf ./dist && rimraf ./*.vsix", |
11 | | - "test": "tsc && mocha --timeout 30000 tasks/synopsys-detect-task/tests/*.js", |
12 | | - "subinstall": "cd tasks/synopsys-detect-task && npm install && npm dedupe && npm prune --production" |
| 9 | + "installAll": "npm install && npm dedupe && npm prune && cd tasks/synopsys-detect-task && npm install && npm dedupe && npm prune" |
13 | 10 | }, |
14 | 11 | "author": "Black Duck Software, Inc.", |
15 | 12 | "license": "Apache-2.0", |
|
21 | 18 | "ncp": "^2.0.0", |
22 | 19 | "sync-request": "^6.1.0", |
23 | 20 | "tfx-cli": "^0.6.3", |
24 | | - "y18n": "^4.0.1" |
25 | | - }, |
26 | | - "dependencies": { |
27 | | - "@types/mocha": "^8.0.3", |
28 | | - "@types/q": "0.0.32", |
29 | | - "mocha": "^8.2.1", |
| 21 | + "y18n": "^4.0.1", |
30 | 22 | "@types/jquery": "^2.0.34", |
31 | | - "@types/node": "^14.14.5", |
32 | | - "typescript": "^4.0.2", |
33 | 23 | "rimraf": "^2.5.4", |
34 | | - "axios": "^0.21.1", |
35 | 24 | "azure-pipelines-task-lib": "^3.0.4-preview.0", |
36 | 25 | "azure-pipelines-tool-lib": "^0.13.2", |
37 | 26 | "fs-extra": "^9.0.1", |
38 | | - "https-proxy-agent": "^5.0.0", |
39 | 27 | "request": "^2.88.2", |
40 | | - "request-promise": "^4.2.2", |
41 | | - "ts-node": "^9.0.0", |
42 | | - "vss-web-extension-sdk": "^2.109.0", |
43 | | - "winston": "^3.3.3" |
| 28 | + "request-promise": "^4.2.4", |
| 29 | + "vss-web-extension-sdk": "^2.109.0" |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "@types/q": "0.0.32", |
| 33 | + "@types/node": "^14.14.5", |
| 34 | + "ts-node": "^9.0.0" |
44 | 35 | } |
45 | 36 | } |
0 commit comments