Created
March 15, 2023 14:49
-
-
Save mamannn/7175b70b94da7a2001b41c0529d42b34 to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "proxy", | |
"version": "1.0.0", | |
"private": true, | |
"type": "module", | |
"main": "index.js", | |
"dependencies": { | |
"got": "^12.6.0", | |
"hpagent": "^1.2.0", | |
"http2-wrapper": "^2.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment