Remove got dependency

This commit is contained in:
Alex Corn 2023-06-27 01:22:36 -04:00
parent 2094f0545e
commit 078e39584e
No known key found for this signature in database
GPG Key ID: E51989A3E7A27FDF
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
const {EventEmitter} = require('events');
const Got = require('got');
const {hex2b64} = require('node-bignumber');
const Request = require('request');
const {Key: RSA} = require('node-bignumber');

View File

@ -22,9 +22,8 @@
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
},
"dependencies": {
"@doctormckay/stdlib": "^2.1.2",
"@doctormckay/stdlib": "^2.4.2",
"cheerio": "0.22.0",
"got": "^11.8.2",
"image-size": "^0.8.2",
"node-bignumber": "^1.2.1",
"request": "^2.88.0",