-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.39 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.39 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@boostercloud/rocket-webhook",
"version": "0.1.9",
"description": "Booster rocket to integrate webhooks",
"keywords": [
"Booster",
"plugin",
"azure",
"webhooks"
],
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/boostercloud/rocket-webhook.git"
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "5.2.1",
"lerna": "^9.0.3"
},
"workspaces": [
"packages/*"
],
"bugs": {
"url": "https://github.com/boostercloud/booster/issues"
},
"peerDependencies": {
"@boostercloud/framework-core": ">=4.0.0",
"@boostercloud/framework-types": ">=4.0.0"
},
"overrides": {
"@cdktf/hcl2cdk": {
"glob": "10.5.0"
},
"@cdktf/provider-generator": {
"glob": "10.5.0"
},
"@cdktf/cli-core": {
"minimatch": "5.1.9",
"glob": "10.5.0"
},
"cdktf-cli": {
"minimatch@^5.0.0": "5.1.9"
},
"cdktf": {
"minimatch": "5.1.9",
"glob": "10.5.0"
},
"lerna": {
"tar": "7.5.10"
},
"tar": "7.5.10",
"serialize-javascript": "7.0.4",
"validator": "13.15.26",
"tmp": "0.2.5"
}
}