UNPKG

rtlayer-client

Version:

Make your app fun to use by adding realtime features in just few lines of code and you don't event have to handle any extra infrastructure.

35 lines (34 loc) 896 B
{ "name": "rtlayer-client", "version": "1.6.2", "description": "Make your app fun to use by adding realtime features in just few lines of code and you don't event have to handle any extra infrastructure.", "main": "./dist/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint \"**\\*.ts\"", "publish": "npm run build && npm publish dist --access public" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "MSG91", "managed-websocket-service", "websocket-service" ], "author": "Ankit Kumar", "license": "ISC", "devDependencies": { "@types/node": "^20.8.10", "@types/websocket": "^1.0.8", "@typescript-eslint/eslint-plugin": "^6.9.1", "eslint": "^8.52.0", "typescript": "^5.2.2" }, "dependencies": { "stream-browserify": "^3.0.0" } }