localanywhere
Version:
Share your localhost with QR codes for easy mobile testing
27 lines (26 loc) • 549 B
JSON
{
"name": "localanywhere",
"version": "1.1.0",
"description": "Share your localhost with QR codes for easy mobile testing",
"main": "index.js",
"bin": {
"localhost-anywhere": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"localhost",
"cli",
"qrcode",
"development",
"mobile-testing"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.0",
"qrcode": "^1.5.1"
}
}