-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1022 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
32
33
34
{
"name": "com.siemens.bt.jazz.workitemeditor.rtcHideToolbarActions",
"version": "1.0.0",
"description": "Hide built in work item toolbar actions",
"main": "./resources/ui/HideToolbarActions.js",
"devDependencies": {
"@actions/core": "^1.2.3",
"disable-output-webpack-plugin": "^1.0.1",
"jazz-update-site-webpack-plugin": "^0.4.1",
"moment": "^2.24.0",
"remove-files-webpack-plugin": "^1.4.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"build": "webpack --config ./webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazz-community/rtc-hide-toolbar-actions.git"
},
"keywords": [
"Jazz",
"RTC",
"Work Item",
"Toolbar Action"
],
"author": "Martin Benninger, Siemens AG",
"license": "MIT",
"bugs": {
"url": "https://github.com/jazz-community/rtc-hide-toolbar-actions/issues"
},
"homepage": "https://github.com/jazz-community/rtc-hide-toolbar-actions#readme"
}