use node-fetch
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-09-03 10:19:47 -06:00
parent 9269826eba
commit 0aea348439
4 changed files with 109 additions and 0 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"node-fetch": "^3.3.2"
}
}