-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
66 lines (66 loc) · 1.75 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
{
"name": "@octoductor/core",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/intuit/octoductor.git"
},
"author": {
"name": "Intuit",
"url": "https://www.intuit.com",
"organization": true
},
"bin": {
"infrastructure": "bin/infrastructure.js"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.110.0",
"@types/jest": "26.0.20",
"@types/node": "10.17.5",
"aws-cdk": "1.110.0",
"jest": "26.6.3",
"prettier": "2.1.0",
"ts-jest": "26.5.3",
"ts-node": "^8.1.0",
"typescript": "4.2.4"
},
"peerDependencies": {
"@aws-cdk/core": "1.110.0"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "1.110.0",
"@aws-cdk/aws-certificatemanager": "1.110.0",
"@aws-cdk/aws-cloudtrail": "1.110.0",
"@aws-cdk/aws-ec2": "1.110.0",
"@aws-cdk/aws-events-targets": "1.110.0",
"@aws-cdk/aws-iam": "1.110.0",
"@aws-cdk/aws-lambda": "1.110.0",
"@aws-cdk/aws-lambda-python": "1.110.0",
"@aws-cdk/aws-logs": "1.110.0",
"@aws-cdk/aws-rds": "1.110.0",
"@aws-cdk/aws-route53": "1.110.0",
"@aws-cdk/aws-route53-targets": "1.110.0",
"@aws-cdk/aws-s3": "1.110.0",
"@aws-cdk/aws-s3-deployment": "1.110.0",
"@aws-cdk/aws-secretsmanager": "1.110.0",
"@aws-cdk/aws-servicediscovery": "1.110.0",
"@aws-cdk/aws-stepfunctions": "1.110.0",
"@aws-cdk/aws-stepfunctions-tasks": "1.110.0",
"@aws-cdk/cloudformation-include": "1.110.0",
"@aws-cdk/core": "1.110.0",
"@types/aws-lambda": "^8.10.61",
"source-map-support": "^0.5.16"
}
}