forked from awslabs/llrt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.68 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"workspaces": [
"./example/*"
],
"license": "Apache-2.0",
"version": "1.0.0",
"type": "module",
"private": true,
"prettier": {
"trailingComma": "es5",
"singleQuote": false
},
"scripts": {
"esbuild": "esbuild",
"update": "yarn upgrade-interactive --latest",
"reinstall": "rm yarn.lock && rm -rf node_modules && yarn"
},
"side-effects": false,
"devDependencies": {
"@aws-sdk/client-cloudwatch-events": "3.565.0",
"@aws-sdk/client-cloudwatch-logs": "3.565.0",
"@aws-sdk/client-cognito-identity": "3.565.0",
"@aws-sdk/client-cognito-identity-provider": "3.565.0",
"@aws-sdk/client-dynamodb": "3.565.0",
"@aws-sdk/client-eventbridge": "3.565.0",
"@aws-sdk/client-kms": "3.565.0",
"@aws-sdk/client-lambda": "3.565.0",
"@aws-sdk/client-s3": "3.565.0",
"@aws-sdk/client-secrets-manager": "3.565.0",
"@aws-sdk/client-ses": "3.565.0",
"@aws-sdk/client-sfn": "3.565.0",
"@aws-sdk/client-sns": "3.565.0",
"@aws-sdk/client-sqs": "3.565.0",
"@aws-sdk/client-ssm": "3.565.0",
"@aws-sdk/client-sts": "3.565.0",
"@aws-sdk/client-xray": "3.565.0",
"@aws-sdk/credential-providers": "3.565.0",
"@aws-sdk/lib-dynamodb": "3.565.0",
"@aws-sdk/s3-request-presigner": "3.565.0",
"@types/chai": "4.3.14",
"@types/jest": "29.5.12",
"@types/readable-stream": "4.0.11",
"@types/uuid": "9.0.8",
"esbuild": "0.20.2",
"esbuild-plugins-node-modules-polyfill": "1.6.3",
"prettier": "3.2.5",
"pretty-quick": "4.0.0",
"pure-http": "3.3.5",
"readable-stream": "4.5.2",
"stream-browserify": "3.0.0",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"vitest": "^1.5.3"
}
}