Allow got as request backend

This commit is contained in:
Cadence Fish
2020-03-15 19:50:29 +13:00
parent a861df2662
commit 3efc4928a5
10 changed files with 439 additions and 51 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "bibliogram",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
@@ -23,7 +24,8 @@
"socks-proxy-agent": "github:cloudrac3r/node-socks-proxy-agent#6a26d274b12098dfef6cc2faafd25b0c051f2467"
},
"optionalDependencies": {
"@deadcanaries/granax": "^3.2.5"
"@deadcanaries/granax": "^3.2.5",
"got": "^10.6.0"
},
"devDependencies": {
"tap": "^14.10.6"