From c83e87e3f3a95e5585896bf5dc472ef40166b2e9 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 Feb 2023 16:23:18 -0500 Subject: [PATCH] Added package to generate user agent strings --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 501c9b7..d5a0f73 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "http-errors": "~1.6.3", "morgan": "~1.9.1", "node-html-markdown": "~1.3.0", - "gpt-3-encoder": "~1.1.4" + "gpt-3-encoder": "~1.1.4", + "user-agents": "~1.0.1303" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",