Spaces:
Sleeping
Sleeping
Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
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"
|
|
|
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"
|