diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index c08b643..ba91dce 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,8 @@ "bugs": { "url": "https://github.com/mat-1/skyblock-api/issues" }, - "homepage": "https://github.com/mat-1/skyblock-api#readme" + "homepage": "https://github.com/mat-1/skyblock-api#readme", + "dependencies": { + "node-fetch": "^2.6.1" + } } |