Spaces:
jiome
/
Sleeping

chatyou commited on
Commit
45a0981
·
verified ·
1 Parent(s): 6933ad0

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +9 -5
package.json CHANGED
@@ -1,12 +1,16 @@
1
  {
2
- "name": "nodejs-app",
3
  "version": "1.0.0",
4
- "description": "A node.js app that meets the user's requirements",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
8
  },
9
  "dependencies": {
10
- "express": "^4.17.1"
11
- }
12
- }
 
 
 
 
 
1
  {
2
+ "name": "image-resizer",
3
  "version": "1.0.0",
4
+ "description": "A Node.js application to resize images and upload them.",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
8
  },
9
  "dependencies": {
10
+ "node-fetch": "^2.6.1",
11
+ "form-data": "^4.0.0",
12
+ "sharp": "^0.29.3"
13
+ },
14
+ "author": "",
15
+ "license": "ISC"
16
+ }