-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
113 lines (113 loc) · 3.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@cloudcomponents/cdk-codepipeline-slack",
"version": "1.50.0",
"description": "Cdk component that provisions a #slack approval workflow and notification messages on codepipeline state changes",
"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-codepipeline-slack"
},
"homepage": "https://github.com/cloudcomponents/cdk-constructs",
"keywords": [
"aws",
"cdk",
"slack",
"codepipeline",
"chatops",
"approval",
"notification",
"notifier",
"codebuild",
"@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-codepipeline-slack",
"module": "cloudcomponents.cdk_codepipeline_slack"
}
}
},
"resolutions": {
"@types/aws-serverless-express/@types/aws-lambda": "^8.10.67"
},
"peerDependencies": {
"@aws-cdk/aws-apigateway": "^1.140.0",
"@aws-cdk/aws-codebuild": "^1.140.0",
"@aws-cdk/aws-codepipeline": "^1.140.0",
"@aws-cdk/aws-codepipeline-actions": "^1.140.0",
"@aws-cdk/aws-events": "^1.140.0",
"@aws-cdk/aws-events-targets": "^1.140.0",
"@aws-cdk/aws-iam": "^1.140.0",
"@aws-cdk/aws-lambda": "^1.140.0",
"@aws-cdk/aws-s3": "^1.140.0",
"@aws-cdk/aws-sns": "^1.140.0",
"@aws-cdk/aws-sns-subscriptions": "^1.140.0",
"@aws-cdk/core": "^1.140.0",
"constructs": "^3.2.0"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "^1.140.0",
"@aws-cdk/aws-codebuild": "^1.140.0",
"@aws-cdk/aws-codepipeline": "^1.140.0",
"@aws-cdk/aws-codepipeline-actions": "^1.140.0",
"@aws-cdk/aws-events": "^1.140.0",
"@aws-cdk/aws-events-targets": "^1.140.0",
"@aws-cdk/aws-iam": "^1.140.0",
"@aws-cdk/aws-lambda": "^1.140.0",
"@aws-cdk/aws-s3": "^1.140.0",
"@aws-cdk/aws-sns": "^1.140.0",
"@aws-cdk/aws-sns-subscriptions": "^1.140.0",
"@aws-cdk/core": "^1.140.0"
},
"devDependencies": {
"@aws-cdk/assert": "^1.140.0",
"@slack/interactive-messages": "^1.7.1",
"@slack/web-api": "^5.15.0",
"@types/aws-serverless-express": "^3.3.3",
"@types/express": "4.17.7",
"aws-sdk": "^2.1062.0",
"aws-serverless-express": "^3.4.0",
"express": "^4.17.1",
"get-env-or-die": "^1.0.11",
"jest-cdk-snapshot": "^1.4.2"
},
"externals": [
"aws-sdk"
],
"gitHead": "b1ac0776c6169c1ca4a1434cad09d99c0ecb41ab"
}