UNPKG

homebridge-touchwand-google

Version:
37 lines (36 loc) 882 B
{ "name": "@oznu/ws-connect", "version": "2.2.0", "description": "WS WebSocket client wrapper to automatically reconnect lost or disconnected connections.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git://github.com/oznu/ws-connect.git" }, "keywords": [ "websocket", "reconnect", "wss" ], "author": "oznu <dev@oz.nu>", "license": "MIT", "bugs": { "url": "https://github.com/oznu/ws-connect/issues" }, "homepage": "https://github.com/oznu/ws-connect#readme", "devDependencies": { "@types/node": "^14.6.4", "@types/ws": "^7.2.6", "tslint": "^6.1.3", "typescript": "^4.0.2" }, "dependencies": { "ws": "^7.3.1" } }