You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "UPSTracker is a Node.js service that fetches real-time order status from UPS using tracking numbers. It handles cookie management and API requests to UPS’s platform, providing detailed tracking information for your shipments.",
"main": "./src/app.js",
"scripts": {
"start": "node --watch ./src/app.js",
"dev": "node --watch ./src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"