Spaces:
Running
Running
Update package.json
Browse files- package.json +2 -0
package.json
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
{
|
2 |
"type": "module",
|
3 |
"dependencies": {
|
|
|
|
|
4 |
"express": "*",
|
5 |
"morgan": "*",
|
6 |
"pdfkit": "*",
|
|
|
1 |
{
|
2 |
"type": "module",
|
3 |
"dependencies": {
|
4 |
+
"axios": "^0.27.2",
|
5 |
+
"cheerio": "^1.0.0-rc.12",
|
6 |
"express": "*",
|
7 |
"morgan": "*",
|
8 |
"pdfkit": "*",
|