-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.33 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
{
"name": "jira-expand-workspace",
"version": "0.1.1",
"description": "Adds buttons to expand the workspace, collapse the right pane and modal to view related issues.",
"private": true,
"scripts": {
"watch": "set WEBPACK_ENV=chrome && node ./node_modules/webpack/bin/webpack.js --mode=development --watch --config config/webpack.config.js",
"build": "set WEBPACK_ENV=chrome && node ./node_modules/webpack/bin/webpack.js --mode=production --config config/webpack.config.js",
"build:firefox": "set WEBPACK_ENV=firefox && node ./node_modules/webpack/bin/webpack.js --mode=production --config config/webpack.config.js"
},
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^6.11.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.10.1",
"size-plugin": "^2.0.2",
"webpack": "^5.95.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0"
},
"license": "MIT",
"author": "Marcelo Lourenço <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/marcelo-lourenco/Jira-Expand-Workspace.git"
},
"bugs": "https://github.com/marcelo-lourenco/Jira-Expand-Workspace/issues",
"homepage": "https://github.com/marcelo-lourenco/Jira-Expand-Workspace#readme",
"keywords": [
"Jira",
"extension",
"expand",
"related issues"
]
}