Add package.json
This commit is contained in:
parent
621fe48ac7
commit
b5b398faf1
1 changed files with 17 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "framelightx-uploader",
|
||||
"version": "1.0.0",
|
||||
"description": "S3 File Uploader with FramelightX folder prefix support",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.650.0",
|
||||
"@aws-sdk/lib-storage": "^3.650.0",
|
||||
"@smithy/node-http-handler": "^3.2.0",
|
||||
"express": "^4.21.0",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"dotenv": "^16.4.5"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue