first commit

This commit is contained in:
solehudin5699
2022-02-27 22:27:22 +07:00
commit 7761501545
7 changed files with 452 additions and 0 deletions
+20
View File
@@ -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"
}
}