-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpackage.json
39 lines (39 loc) · 1.31 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
{
"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'",
"package": "echo 'Not applicable'",
"build": "echo 'Not Applicable'",
"lint": "eslint --ext .ts --no-error-on-unmatched-pattern logger tracer metrics parameters",
"lint-fix": "eslint --fix --ext .ts --no-error-on-unmatched-pattern logger tracer metrics parameters"
},
"lint-staged": {
"*.ts": "npm run lint-fix"
},
"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",
"aws-sdk-client-mock": "^2.0.1",
"aws-sdk-client-mock-jest": "^2.0.1",
"axios": "^1.2.4"
}
}