Update package.json
Browse files- package.json +3 -2
package.json
CHANGED
@@ -8,7 +8,8 @@
|
|
8 |
},
|
9 |
"dependencies": {
|
10 |
"express": "^4.17.1",
|
11 |
-
"
|
12 |
-
"
|
|
|
13 |
}
|
14 |
}
|
|
|
8 |
},
|
9 |
"dependencies": {
|
10 |
"express": "^4.17.1",
|
11 |
+
"node-fetch": "^3.0.0",
|
12 |
+
"body-parser": "^1.19.0",
|
13 |
+
"dotenv": "^8.2.0"
|
14 |
}
|
15 |
}
|