Rooni commited on
Commit
1be2e68
·
verified ·
1 Parent(s): 3ea6928

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +3 -2
package.json CHANGED
@@ -8,7 +8,8 @@
8
  },
9
  "dependencies": {
10
  "express": "^4.17.1",
11
- "axios": "^0.24.0",
12
- "express-rate-limit": "^5.3.0"
 
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
  }