katsukiai commited on
Commit
08bc3d6
·
verified ·
1 Parent(s): 33115b6

Update package.json

Browse files
Files changed (1) hide show
  1. 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"