-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 869 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 869 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
{
"name": "ado-timeentries",
"version": "1.0.0",
"description": "Azure DevOps extension for tracking time on work items",
"repository": {
"type": "git",
"url": "https://github.com/blissapps/ado-timeentries"
},
"homepage": "https://www.blissapplications.com",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"package": "tfx extension create --manifest-globs vss-extension.json",
"clean": "rm -rf dist"
},
"dependencies": {
"azure-devops-extension-api": "^4.229.2",
"azure-devops-extension-sdk": "^4.0.2"
},
"devDependencies": {
"@types/node": "^20.11.5",
"css-loader": "^6.10.0",
"mini-css-extract-plugin": "^2.8.0",
"ts-loader": "^9.5.1",
"tfx-cli": "^0.16.0",
"typescript": "^5.4.5",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}