@abdurrahmanabid/multi-file-upload
Version:
"A simple middleware for handling single and multiple file uploads with customizable file types and directories."
24 lines (23 loc) • 568 B
JSON
{
"name": "@abdurrahmanabid/multi-file-upload",
"version": "1.0.1",
"description": "\"A simple middleware for handling single and multiple file uploads with customizable file types and directories.\"",
"keywords": [
"all-file-upload",
"file",
"image",
"pdf-upload",
"image-upload",
"upload-files"
],
"license": "ISC",
"author": "\"Abdur Rahman Abid\"",
"type": "commonjs",
"main": "index.js",
"dependencies": {
"multer": "^1.4.5-lts.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}