-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 889 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
{
"name": "aws-transfer-demo",
"version": "2.0.0",
"description": "AWS Transfer CDK Demo",
"main": "bin/deploy.ts",
"scripts": {
"cdk": "cdk"
},
"author": "Mark Ilott",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"aws-cdk": "^2.13.0",
"aws-sdk": "^2.1077.0",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-plugin-import": "^2.25.4",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"dependencies": {
"aws-cdk-lib": "^2.13.0",
"constructs": "^10.0.51",
"source-map-support": "^0.5.21",
"@local/utils": "file:./lib/lambda/utils-module"
}
}