From 1a57c96c4266d36e629f9f974fca3dc04dcf36b7 Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 7 Oct 2025 15:47:39 +0200 Subject: [PATCH] add ip2country --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd39190e..7cf3090f 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,9 @@ "activitypub-express": "^4.4.1", "duck-duck-scrape": "^2.2.5", "google-it": "^1.6.4", - "youtubei.js": "^13.4.0", - "terser":"^5.43.1" + "youtubei.js": "^13.4.0", + "terser":"^5.43.1", + "ip2country":"1.1.0" }, "engines": { "node": ">=18"