{ "name": "s3-simp", "version": "1.0.0", "type": "module", "scripts": { "build": "esbuild s3simp.js --bundle --minify --format=esm --outdir=dist", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "", "dependencies": { "@aws-sdk/client-s3": "^3.758.0" }, "devDependencies": { "esbuild": "0.25.1" } }