You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
447 B
JSON
20 lines
447 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|