Added package to generate user agent strings

This commit is contained in:
Logan Cusano
2023-02-26 16:23:18 -05:00
parent 25e090f4d9
commit c83e87e3f3

View File

@@ -25,7 +25,8 @@
"http-errors": "~1.6.3", "http-errors": "~1.6.3",
"morgan": "~1.9.1", "morgan": "~1.9.1",
"node-html-markdown": "~1.3.0", "node-html-markdown": "~1.3.0",
"gpt-3-encoder": "~1.1.4" "gpt-3-encoder": "~1.1.4",
"user-agents": "~1.0.1303"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",