-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 992 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
25
26
27
28
29
30
31
{
"name": "d365-f-o-build-analyzer",
"version": "1.0.0",
"description": "Analyzes the compiler and best practice output logs for warnings, informations and ToDos to provide a build summary about them. And if needed the build can be failed.",
"scripts": {
"build": "tsc -p .",
"postbuild": "npm run package",
"package": "tfx extension create",
"clean": "rimraf ./dist && rimraf ./*.vsix"
},
"keywords": [],
"author": "Dominik Downarowicz",
"license": "GNU General Public License v3.0",
"dependencies": {
"@types/jquery": "^2.0.34",
"@types/q": "0.0.32",
"azure-devops-extension-api": "^4.231.0",
"azure-devops-extension-sdk": "^4.0.2",
"azure-pipelines-task-lib": "^4.9.0",
"vss-web-extension-sdk": "^5.141.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"ncp": "^2.0.0",
"rimraf": "^2.5.4",
"sync-request": "^6.1.0",
"tfx-cli": "^0.16.0",
"typescript": "^5.3.3"
}
}