-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 912 Bytes
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
{
"name": "aws-sdk-js-s3-default-data-integrity-browser",
"version": "1.0.0",
"description": "Attempting a minimal repro for https://github.com/aws/aws-sdk-js-v3/issues/6818",
"main": "src/index.js",
"scripts": {
"start": "vite --open"
},
"dependencies": {
"@aws-sdk/client-s3": "3.731.1",
"@aws-sdk/client-cognito-identity": "3.731.1",
"@aws-sdk/credential-provider-cognito-identity": "3.731.1"
},
"devDependencies": {
"vite": "^6.0.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trivikr/aws-sdk-js-s3-default-data-integrity-browser.git"
},
"keywords": [],
"author": "Kamat, Trivikram",
"license": "MIT",
"bugs": {
"url": "https://github.com/trivikr/aws-sdk-js-s3-default-data-integrity-browser/issues"
},
"homepage": "https://github.com/trivikr/aws-sdk-js-s3-default-data-integrity-browser#readme",
"type": "module"
}