1
0

chore: Add node-fetch dependency to package.json

This commit is contained in:
Natsu 2024-06-17 17:19:54 +07:00
parent 99fa676959
commit 88a1e09ef3
Signed by: NatsumeLS
GPG Key ID: 6DB67FB460CF46C6

6
api/package.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "api",
"dependencies": {
"node-fetch": "^3.3.2"
}
}