forked from dependency-check/azuredevops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 843 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
{
"name": "dependencycheck-azuredevops",
"private": true,
"version": "0.0.1",
"description": "OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.",
"scripts": {
"build": "tsc -p .",
"package-prod": "tfx extension create --manifest-globs vss-extension.prod.json",
"package-dev": "tfx extension create --manifest-globs vss-extension.dev.json",
"gallery-publish": "tfx extension publish --rev-version",
"clean": "rimraf ./dist && rimraf ./*.vsix"
},
"devDependencies": {
"ncp": "^2.0.0",
"rimraf": "^2.5.4",
"tfx-cli": "^0.6.3",
"typescript": "^2.6.1"
},
"dependencies": {
"@types/jquery": "^2.0.34",
"@types/q": "0.0.32",
"vss-web-extension-sdk": "^4.125.2"
}
}