-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 887 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 887 Bytes
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": "publishjgivenreport",
"version": "0.5.3",
"description": "Extension that publishes JGiven test reports in Azure DevOps console",
"scripts": {
"build": "tsc -p . && tsc -p publishjgivenreport/",
"postbuild": "npm run package",
"package": "tfx extension create",
"clean": "rimraf ./dist && rimraf ./*.vsix"
},
"author": "Andru-Lucian Stefanescu",
"contributors": [
{
"name": "Christian Oertel"
},
{
"name": "Kristof Karhan"
}
],
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.10",
"@types/pako": "^2.0.3",
"ncp": "^2.0.0",
"rimraf": "^6.0.1",
"tfx-cli": "^0.21.1",
"typescript": "^5.8.3"
},
"dependencies": {
"@types/jquery": "^3.5.32",
"azure-pipelines-task-lib": "^5.2.0",
"modclean": "^3.0.0-beta.1",
"vss-web-extension-sdk": "^5.141.0"
}
}