-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 921 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
35
36
37
38
39
40
41
{
"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": "^8.1.8"
},
"workspaces": [
"packages/*"
],
"bugs": {
"url": "https://github.com/boostercloud/booster/issues"
},
"peerDependencies": {
"@boostercloud/framework-core": ">=2.18.4",
"@boostercloud/framework-types": ">=2.18.4"
}
}