{ "name": "gallery-astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "test:s3": "node scripts/test-s3-connection.js" }, "dependencies": { "@astrojs/cloudflare": "^12.2.2", "@aws-sdk/client-s3": "^3.750.0", "@aws-sdk/s3-request-presigner": "^3.750.0", "astro": "^5.3.1", "dotenv": "^16.4.7" } }