Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
"author": "Rahul Kiran Gaddam",
|
6 |
"dependencies": {
|
7 |
"express": "4.16.1",
|
8 |
-
"body-parser": "^2.2.0"
|
|
|
9 |
},
|
10 |
"scripts": {
|
11 |
"start": "node ./index.js"
|
|
|
5 |
"author": "Rahul Kiran Gaddam",
|
6 |
"dependencies": {
|
7 |
"express": "4.16.1",
|
8 |
+
"body-parser": "^2.2.0",
|
9 |
+
"node-fetch": "^3.3.2"
|
10 |
},
|
11 |
"scripts": {
|
12 |
"start": "node ./index.js"
|