first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "simple-image-resizer",
|
||||
"version": "1.0.0",
|
||||
"description": "resize image file",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.2",
|
||||
"express": "^4.17.3",
|
||||
"multer": "^1.4.4",
|
||||
"sharp": "^0.28.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "14.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user