forked from awslabs/llrt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.76 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
56
57
58
59
60
{
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"workspaces": [
"./example/*"
],
"scripts": {
"esbuild": "esbuild",
"reinstall": "rm yarn.lock && rm -rf node_modules && yarn",
"update": "yarn upgrade-interactive --latest"
},
"prettier": {
"singleQuote": false,
"trailingComma": "es5"
},
"devDependencies": {
"@aws-sdk/client-cloudwatch-events": "3.699.0",
"@aws-sdk/client-cloudwatch-logs": "3.703.0",
"@aws-sdk/client-cognito-identity": "3.699.0",
"@aws-sdk/client-cognito-identity-provider": "3.699.0",
"@aws-sdk/client-dynamodb": "3.705.0",
"@aws-sdk/client-eventbridge": "3.703.0",
"@aws-sdk/client-kms": "3.699.0",
"@aws-sdk/client-lambda": "3.699.0",
"@aws-sdk/client-s3": "3.705.0",
"@aws-sdk/client-secrets-manager": "3.699.0",
"@aws-sdk/client-ses": "3.699.0",
"@aws-sdk/client-sfn": "3.699.0",
"@aws-sdk/client-sns": "3.699.0",
"@aws-sdk/client-sqs": "3.699.0",
"@aws-sdk/client-ssm": "3.699.0",
"@aws-sdk/client-sts": "3.699.0",
"@aws-sdk/client-xray": "3.699.0",
"@aws-sdk/credential-providers": "3.699.0",
"@aws-sdk/lib-dynamodb": "3.705.0",
"@aws-sdk/lib-storage": "3.705.0",
"@aws-sdk/s3-presigned-post": "3.705.0",
"@aws-sdk/s3-request-presigner": "3.705.0",
"@jest/types": "29.6.3",
"@types/chai": "5.0.1",
"@types/readable-stream": "4.0.18",
"@types/uuid": "10.0.0",
"@vue/compiler-sfc": "3.5.13",
"esbuild": "0.24.0",
"esbuild-plugins-node-modules-polyfill": "1.6.8",
"prettier": "3.4.2",
"pretty-format": "29.7.0",
"pretty-quick": "4.0.0",
"pure-http": "4.0.2",
"readable-stream": "4.5.2",
"stream-browserify": "3.0.0",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"vitest": "2.1.8"
},
"packageManager": "yarn@1.22.22",
"side-effects": false
}