-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
114 lines (114 loc) · 3.72 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
114
{
"name": "taimos-cdk-constructs",
"version": "1.6.0",
"description": "Higher level constructs for AWS CDK",
"scripts": {
"clean": "rimraf coverage dist pack doc 'lib/**/*.js' 'lib/**/*.d.ts' 'tst/**/*.js' 'tst/**/*.d.ts'",
"test": "nyc -x tst -e .ts --temp-directory 'coverage/nyc-output' -r html -r text-summary -r cobertura _mocha --require ts-node/register 'tst/**/*.spec.ts' --reporter nyan",
"doc": "typedoc --excludeExternals --mode file --out doc lib/",
"build": "jsii",
"watch": "jsii -w",
"build+test": "npm-run-all clean build test",
"package": "npm-run-all clean build doc && jsii-pacmak",
"cdk": "cdk",
"upload": "npm publish pack/js/* && python3 -m twine upload pack/python/*"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
"outdir": "pack",
"targets": {
"python": {
"distName": "taimos-cdk",
"module": "taimos_cdk"
}
}
},
"keywords": [
"Cloudformation",
"CDK"
],
"author": {
"email": "[email protected]",
"name": "Thorsten Hoeger",
"url": "https://www.taimos.de"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/taimos/cdk-constructs"
},
"devDependencies": {
"@aws-cdk/assert": "1.19.0",
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.21",
"@types/sinon": "^7.5.1",
"aws-cdk": "1.19.0",
"chai": "^4.2.0",
"jsii": "^0.20.11",
"jsii-pacmak": "^0.20.11",
"mocha": "^6.2.2",
"nock": "^11.7.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"rimraf": "^3.0.0",
"sinon": "^7.5.0",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typedoc": "^0.15.5",
"typescript": "^3.7.3"
},
"dependencies": {
"@aws-cdk/alexa-ask": "1.19.0",
"@aws-cdk/aws-apigateway": "1.19.0",
"@aws-cdk/aws-ec2": "1.19.0",
"@aws-cdk/aws-certificatemanager": "1.19.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.19.0",
"@aws-cdk/aws-cloudformation": "1.19.0",
"@aws-cdk/aws-cloudfront": "1.19.0",
"@aws-cdk/aws-codebuild": "1.19.0",
"@aws-cdk/aws-codecommit": "1.19.0",
"@aws-cdk/aws-codepipeline": "1.19.0",
"@aws-cdk/aws-codepipeline-actions": "1.19.0",
"@aws-cdk/aws-ecr": "1.19.0",
"@aws-cdk/aws-events-targets": "1.19.0",
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/aws-logs": "1.19.0",
"@aws-cdk/aws-route53-patterns": "1.19.0",
"@aws-cdk/aws-s3-deployment": "1.19.0",
"@aws-cdk/aws-sam": "1.19.0",
"@aws-cdk/aws-secretsmanager": "1.19.0",
"@aws-cdk/aws-sns-subscriptions": "1.19.0",
"@aws-cdk/core": "1.19.0",
"@aws-cdk/custom-resources": "1.19.0"
},
"peerDependencies": {
"@aws-cdk/alexa-ask": "1.19.0",
"@aws-cdk/aws-apigateway": "1.19.0",
"@aws-cdk/aws-ec2": "1.19.0",
"@aws-cdk/aws-certificatemanager": "1.19.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.19.0",
"@aws-cdk/aws-route53": "1.19.0",
"@aws-cdk/aws-cloudfront": "1.19.0",
"@aws-cdk/aws-cloudformation": "1.19.0",
"@aws-cdk/aws-codebuild": "1.19.0",
"@aws-cdk/aws-codecommit": "1.19.0",
"@aws-cdk/aws-codepipeline": "1.19.0",
"@aws-cdk/aws-events": "1.19.0",
"@aws-cdk/aws-events-targets": "1.19.0",
"@aws-cdk/aws-codepipeline-actions": "1.19.0",
"@aws-cdk/aws-ecr": "1.19.0",
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/aws-lambda": "1.19.0",
"@aws-cdk/aws-secretsmanager": "1.19.0",
"@aws-cdk/aws-sam": "1.19.0",
"@aws-cdk/aws-s3": "1.19.0",
"@aws-cdk/aws-route53-patterns": "1.19.0",
"@aws-cdk/aws-s3-deployment": "1.19.0",
"@aws-cdk/aws-sns-subscriptions": "1.19.0",
"@aws-cdk/core": "1.19.0",
"@aws-cdk/aws-logs": "1.19.0",
"@aws-cdk/custom-resources": "1.19.0"
}
}