ws-client-js
Version:
WebSocket browser client implementation with reconnect behavior.
53 lines (52 loc) • 1.35 kB
JSON
{
"name": "ws-client-js",
"description": "WebSocket browser client implementation with reconnect behavior.",
"author": "r0kan",
"keywords": [
"websocket",
"reconnect",
"messages"
],
"license": "MIT",
"version": "1.0.5",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/r0kan/ws-client-js.git"
},
"bugs": {
"url": "https://github.com/r0kan/ws-client-js/issues"
},
"homepage": "https://github.com/r0kan/ws-client-js#readme",
"scripts": {
"build": "rm -rf dist/* && rollup -c",
"test": "jest",
"type:check": "tsc -p tsconfig.json --noEmit",
"check:deps": "npm-check-updates -u"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/jest": "^24.0.25",
"@types/ws": "^6.0.4",
"jest": "^24.9.0",
"npm-check-updates": "^4.0.1",
"prettier": "^1.19.1",
"rollup": "^1.29.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-pluginutils": "^2.8.2",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4",
"ws": "^7.2.1"
}
}