nagose commited on
Commit
94f6c52
·
verified ·
1 Parent(s): c711964

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +5 -5
package.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
- "name": "image-resizer",
3
  "version": "1.0.0",
4
- "description": "A Node.js application to resize images and upload them using Express.",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
8
  },
9
  "dependencies": {
10
  "express": "^4.17.1",
11
- "node-fetch": "^2.6.1",
12
- "form-data": "^4.0.0",
13
- "sharp": "^0.29.3"
14
  },
15
  "author": "",
16
  "license": "ISC"
 
1
  {
2
+ "name": "express-piczipfile",
3
  "version": "1.0.0",
4
+ "description": "An Express server application for image processing",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
8
  },
9
  "dependencies": {
10
  "express": "^4.17.1",
11
+ "multer": "^1.4.2",
12
+ "jpeg-js": "^0.4.3",
13
+ "jszip": "^3.7.1"
14
  },
15
  "author": "",
16
  "license": "ISC"