forked from cloudcomponents/cdk-constructs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.1 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@cloudcomponents/cdk-github-webhook",
"version": "1.36.0",
"description": "Create, update and delete github webhooks with your app deployment",
"license": "MIT",
"author": {
"name": "hupe1980",
"url": "https://github.com/hupe1980"
},
"awscdkio": {
"twitter": "hupe1980"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudcomponents/cdk-constructs.git",
"directory": "packages/cdk-github-webhook"
},
"homepage": "https://github.com/cloudcomponents/cdk-constructs",
"keywords": [
"aws",
"cdk",
"github",
"webhook",
"@cloudcomponents"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
".jsii"
],
"scripts": {
"build": "cdkdx build",
"watch": "cdkdx build -w",
"test": "cdkdx test",
"lint": "cdkdx lint",
"upgrade:cdk": "cdkdx upgrade-cdk",
"package": "cdkdx package",
"docgen": "cdkdx docgen",
"release:npm": "cdkdx release npm",
"release:pypi": "cdkdx release pypi"
},
"jsii": {
"outdir": "dist",
"tsc": {
"outDir": "lib",
"rootDir": "src"
},
"excludeTypescript": [
"src/lambdas",
"src/**/__tests__"
],
"targets": {
"python": {
"distName": "cloudcomponents.cdk-github-webhook",
"module": "cloudcomponents.cdk_github_webhook"
}
}
},
"peerDependencies": {
"@aws-cdk/aws-lambda": "^1.102.0",
"@aws-cdk/core": "^1.102.0",
"@cloudcomponents/cdk-secret-key": "^1.8.0",
"constructs": "^3.2.0"
},
"dependencies": {
"@aws-cdk/aws-lambda": "^1.102.0",
"@aws-cdk/core": "^1.102.0",
"@cloudcomponents/cdk-secret-key": "^1.8.0"
},
"devDependencies": {
"@aws-cdk/assert": "^1.102.0",
"@cloudcomponents/lambda-utils": "^0.2.0",
"@octokit/rest": "^18.5.3",
"@types/parse-github-url": "^1.0.0",
"aws-sdk": "^2.903.0",
"axios": "^0.21.1",
"custom-resource-helper": "^1.0.15",
"jest-cdk-snapshot": "^1.4.1",
"parse-github-url": "^1.0.2"
},
"externals": [
"aws-sdk"
],
"gitHead": "b1ac0776c6169c1ca4a1434cad09d99c0ecb41ab"
}