UNPKG

websocket-pro-client

Version:

High-performance WebSocket client with auto-reconnect, heartbeat and priority messaging

61 lines (60 loc) 1.57 kB
{ "name": "websocket-pro-client", "version": "1.0.2-beta.1", "description": "High-performance WebSocket client with auto-reconnect, heartbeat and priority messaging", "keywords": [ "websocket", "realtime", "reconnect", "heartbeat", "typescript" ], "license": "MIT", "author": "zj20162325@163.com", "repository": { "type": "git", "url": "https://github.com/BetaCatPro/websocket-pro-client.git" }, "homepage": "https://github.com/BetaCatPro/websocket-pro-client#readme", "bugs": { "url": "https://github.com/BetaCatPro/websocket-pro-client/issues" }, "type": "module", "main": "./dist/websocket-pro.umd.js", "module": "./dist/websocket-pro.es.js", "types": "./dist/index.d.ts", "files": [ "dist", "CHANGELOG.md" ], "scripts": { "build": "vite build", "dev": "vite demo", "test": "vitest", "test:ui": "vitest --ui", "coverage": "vitest run --coverage", "prepublishOnly": "npm run build && npm test", "version": "npm run build && git add -A dist", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "peerDependencies": { "pako": "^2.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "conventional-changelog-cli": "^3.0.0", "happy-dom": "^8.0.0", "typescript": "^5.0.0", "vite": "^4.0.0", "vite-plugin-dts": "^2.0.0", "vitest": "^0.25.0" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }