-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 987 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
{
"name": "aws-cdk-example",
"version": "0.1.0",
"bin": {
"aws-cdk-samples": "bin/cdk.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"ts-node": "^9.0.0"
},
"dependencies": {
"aws-cdk-lib": "2.89.0",
"@aws-cdk/aws-apigatewayv2-alpha": "2.89.0-alpha.0",
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "2.89.0-alpha.0",
"cdk-assume-role-credential-plugin": "1.4.0",
"constructs": "^10.2.69",
"@types/js-yaml": "^4.0.1",
"@types/node": "20.4.6",
"base36": "^1.0.0",
"hasha": "^5.2.2",
"js-yaml": "^4.0.1",
"simple-base": "^1.0.0",
"typescript": "~5.1.6"
}
}