-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpackage.json
32 lines (32 loc) · 1020 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
{
"name": "docs",
"version": "0.0.1",
"description": "A collection code snippets for the AWS Lambda Powertools for TypeScript docs",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
},
"scripts": {
"test": "echo 'Not Applicable'",
"test:e2e": "echo 'Not Applicable'",
"build": "echo 'Not Applicable'",
"lint": "echo 'Not Applicable'",
"lint-fix": "echo 'Not Applicable'"
},
"license": "MIT-0",
"repository": {
"type": "git",
"url": "git+https://github.com/awslabs/aws-lambda-powertools-typescript.git"
},
"bugs": {
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
},
"homepage": "https://github.com/awslabs/aws-lambda-powertools-typescript#readme",
"devDependencies": {
"@aws-sdk/client-appconfigdata": "^3.245.0",
"@aws-sdk/client-dynamodb": "^3.245.0",
"@aws-sdk/client-secrets-manager": "^3.250.0",
"@aws-sdk/client-ssm": "^3.245.0",
"@aws-sdk/util-dynamodb": "^3.245.0"
}
}