{ "name": "@aws-doc-sdk-examples/example-javascriptv3-s3", "version": "1.0.0", "description": "Examples demonstrating how to use the AWS SDK for JavaScript (v3) to interact with Amazon S3.", "scripts": { "test": "vitest run **/*.unit.test.js", "integration-test": "vitest run **/*.integration.test.js --reporter=junit --outputFile=test_results/$npm_package_name.junit.xml" }, "author": "corepyle@amazon.com", "license": "Apache-2.0", "type": "module", "dependencies": { "@aws-crypto/sha256-browser": "^5.2.0", "@aws-doc-sdk-examples/lib": "^1.0.1", "@aws-sdk/client-s3": "^3.664.0", "@aws-sdk/credential-providers": "^3.664.0", "@aws-sdk/lib-storage": "^3.664.0", "@aws-sdk/s3-request-presigner": "^3.664.0", "@aws-sdk/util-format-url": "^3.664.0", "@smithy/hash-node": "^3.0.7", "@smithy/protocol-http": "^4.1.4", "@smithy/url-parser": "^3.0.7", "fast-xml-parser": "^4.5.0", "libs": "*" }, "devDependencies": { "vitest": "^2.1.2" } }