UNPKG

@otpjs/transports-socket.io

Version:

A transport for communicating with OTP nodes over socket.io

58 lines (57 loc) 1.53 kB
{ "name": "@otpjs/transports-socket.io", "version": "0.18.0", "description": "A transport for communicating with OTP nodes over socket.io", "keywords": [ "otp", "open", "telecom", "platform", "erlang", "javascript" ], "author": "Zachary Hueras <zhueras@amdtelemedicine.com>", "homepage": "https://otpjs.dev", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/otp-js/otp-js.git" }, "scripts": { "build": "babel src --out-dir lib", "watch": "babel src --out-dir lib --watch", "clean": "rimraf lib", "prepublish": "npm run build", "test": "jest --coverage --verbose", "lint": "eslint src" }, "bugs": { "url": "https://github.com/otp-js/otp-js/issues" }, "dependencies": { "@babel/runtime": "^7.19.0", "@otpjs/core": "^0.18.0", "@otpjs/serializer-json": "^0.18.0" }, "peerDependencies": { "socket.io": "^3.1.0||^4.0.0", "socket.io-client": "^3.0.0||^4.0.0" }, "devDependencies": { "@babel/preset-env": "^7.15.6", "babel-plugin-source-map-support": "^2.1.3", "jest": "^29.5.0" }, "gitHead": "ed3d1b7fd376c2cb8b5fdeed42a0cbac64692238" }