-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.26 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
36
37
{
"name": "ctp-azure-devops-extension",
"version": "2.0.6",
"description": "Deploy and destroy service virtualization environments with Parasoft Continuous Testing Platform (CTP)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"initdev": "npm install && npm run initdev:npm:tasks",
"initdev:npm:tasks": "glob-exec --parallel --foreach \"*/tsconfig.json\" -- \"cd {{file.dir}} && npm install\"",
"compile": "glob-exec \"*/tsconfig.json\" -- \"tsc -b {{files.join(' ')}}\"",
"package": "npx tfx extension create --manifests azure-devops-extension.json",
"build": "npm run initdev && npm run compile && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parasoft/ctp-azure-devops-extension.git"
},
"keywords": [
"parasoft",
"deploy",
"destroy",
"disconnect"
],
"author": "Parasoft Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/parasoft/ctp-azure-devops-extension/issues"
},
"homepage": "https://github.com/parasoft/ctp-azure-devops-extension#readme",
"dependencies": {
"@types/node": "^14.17.1",
"@types/q": "^1.5.4",
"glob-exec": "^0.1.1",
"tfx-cli": "^0.9.2",
"typescript": "^4.3.2"
}
}