Files
versitygw/tests/js/package.json
2026-03-05 20:17:06 -08:00

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"
}
}