Update package.json
Browse files- package.json +3 -1
package.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
| 10 |
"express": "^4.17.1",
|
| 11 |
"multer": "^1.4.2",
|
| 12 |
"jszip": "^3.6.0",
|
| 13 |
-
"canvas": "^2.8.0"
|
|
|
|
|
|
|
| 14 |
},
|
| 15 |
"author": "",
|
| 16 |
"license": "ISC"
|
|
|
|
| 10 |
"express": "^4.17.1",
|
| 11 |
"multer": "^1.4.2",
|
| 12 |
"jszip": "^3.6.0",
|
| 13 |
+
"canvas": "^2.8.0",
|
| 14 |
+
"sharp": "^0.28.3",
|
| 15 |
+
"crypto": "^1.0.1"
|
| 16 |
},
|
| 17 |
"author": "",
|
| 18 |
"license": "ISC"
|