mirror of
https://github.com/versity/versitygw.git
synced 2026-04-11 00:26:58 +00:00
13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"name": "versitygw-sdk-test",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node sdk-test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.995.0"
|
|
}
|
|
}
|