Files
LAB5/2/package.json
MishaBagger 0956275ec4 MACHIN
2023-11-08 13:41:29 +03:00

27 lines
635 B
JSON

{
"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"
}
}