-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "bitbucket-release-helper",
"version": "1.0.0",
"description": "WebExtension for simplified release creation for BitBucket UI",
"main": "index.js",
"dependencies": {
"dom-chef": "^5.0.0",
"dom-loaded": "^3.0.0",
"element-ready": "^6.2.0",
"type-fest": "^2.5.4",
"webext-dynamic-content-scripts": "^8.0.2",
"webext-options-sync": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.0.0",
"core-js": "^3.19.1",
"size-plugin": "^3.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"web-ext": "^6.5.0",
"webextension-polyfill": "^0.8.0",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
},
"scripts": {
"test": "run-s type-check lint",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VaudoiseAssurances/bitbucket-release-helper.git"
},
"author": "Yann Randin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VaudoiseAssurances/bitbucket-release-helper/issues"
},
"homepage": "https://github.com/VaudoiseAssurances/bitbucket-release-helper#readme",
"browserslist": [
"last 2 Firefox versions"
]
}