UNPKG

@diyawanna/lan-bridge-core

Version:

A module for LAN-based bi-directional communication between web and mobile applications using WebSockets.

53 lines (51 loc) 1.18 kB
{ "name": "@diyawanna/lan-bridge-core", "version": "0.1.1", "description": "A module for LAN-based bi-directional communication between web and mobile applications using WebSockets.", "main": "index.js", "files": [ "index.js", "client.js", "react-component.jsx", "mobile-integration.md", "README.md", "LICENSE" ], "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "echo \"Preparing for publish...\"" }, "keywords": [ "lan", "bridge", "websocket", "react", "mobile", "communication", "real-time", "file-transfer", "local-network", "cross-platform", "Diyawanna" ], "author": "diyawanna", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Diyawanna/npm-lan-bridge-core.git" }, "bugs": { "url": "https://github.com/Diyawanna/npm-lan-bridge-core/issues" }, "homepage": "https://github.com/Diyawanna/npm-lan-bridge-core#readme", "dependencies": { "ws": "^8.18.2" }, "peerDependencies": { "react": ">=16.8.0" }, "engines": { "node": ">=14.0.0" } }