Files
think-greaterchiangmai/upload-large-file/package.json

22 lines
481 B
JSON

{
"name": "upload-large-file",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start:api": "node src/be/index.js",
"start:client": "http-server src/fe -p 8080"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "3.670.0",
"@aws-sdk/s3-request-presigner": "3.670.0",
"aws-sdk": "2.1691.0",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.21.1",
"multer": "1.4.5-lts.1"
}
}