Skip to content

Commit

Permalink
add node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
acwhite211 committed Nov 21, 2024
1 parent 56136d6 commit 6527676
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 0 deletions.
201 changes: 201 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"dependencies": {
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node-fetch": "^2.6.12"
}
}

0 comments on commit 6527676

Please sign in to comment.