This commit is contained in:
MishaBagger
2023-11-08 13:41:29 +03:00
parent 797df1e4fa
commit 0956275ec4
24 changed files with 4184 additions and 0 deletions

26
2/package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "node-multer-uploader",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charlesmartinreed/node-multer-image-uploader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/charlesmartinreed/node-multer-image-uploader/issues"
},
"homepage": "https://github.com/charlesmartinreed/node-multer-image-uploader#readme",
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.18.2",
"multer": "^1.4.1"
}
}