Add new feature: parse user-agent in CLI using npx ua-parser-js "[INSERT-UA-HERE]" and print the result in JSON format

This commit is contained in:
Faisal Salman
2024-06-01 17:52:12 +07:00
parent e87c794fd9
commit 150d3c6b4a
2 changed files with 5 additions and 0 deletions

View File

@@ -196,6 +196,7 @@
"dist",
"src"
],
"bin": "./script/cli.js",
"scripts": {
"build": "./script/build-dist.sh && ./script/build-module.js",
"build+test": "npm run build && npm run test",