UNPKG

lorpy

Version:

A simple CLI tool that creates a localtunnel with QR code sharing. Makes local development and remote access easy with instant QR code generation and secure tunnel access. Perfect for mobile testing, demos, and webhooks.

43 lines 1.16 kB
{ "name": "lorpy", "version": "1.0.3", "description": "A simple CLI tool that creates a localtunnel with QR code sharing. Makes local development and remote access easy with instant QR code generation and secure tunnel access. Perfect for mobile testing, demos, and webhooks.", "main": "src/index.js", "type": "module", "bin": { "lorpy": "bin/lorpy.js" }, "scripts": { "start": "node bin/lorpy.js" }, "keywords": [ "localtunnel", "tunnel", "qrcode", "localhost", "development", "port-forwarding", "ngrok-alternative", "mobile-testing", "demo-sharing", "webhook-testing", "local-tunnel", "dev-tools", "cli-tool", "local-server", "share-localhost" ], "author": "Nitesh-DK", "license": "MIT", "dependencies": { "localtunnel": "^2.0.2", "qrcode-terminal": "^0.12.0" }, "repository": { "type": "git", "url": "https://github.com/nitesh-dk/lorpy" }, "bugs": { "url": "https://github.com/nitesh-dk/lorpy/issues" } }