-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpackage.json
42 lines (42 loc) · 1.43 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
{
"name": "docs",
"version": "1.14.0",
"description": "A collection code snippets for the Powertools for AWS Lambda (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": "eslint --ext .ts,.js --no-error-on-unmatched-pattern .",
"lint-fix": "eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ."
},
"lint-staged": {
"*.{js,ts}": "npm run lint-fix",
"*.json": "prettier --write \"**/samples/*.json\" --single-quote false",
"*.yaml": "prettier --write \"**/templates/sam/*.yaml\""
},
"license": "MIT-0",
"repository": {
"type": "git",
"url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
},
"bugs": {
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
"devDependencies": {
"@aws-sdk/client-appconfigdata": "^3.413.0",
"@aws-sdk/client-dynamodb": "^3.413.0",
"@aws-sdk/client-secrets-manager": "^3.413.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/util-dynamodb": "^3.413.0",
"aws-sdk": "^2.1458.0",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"axios": "^1.5.0",
"hashi-vault-js": "^0.4.14"
}
}