UNPKG

@alipay-inc/mpaas-mgs-sdk-websocket

Version:

A WebSocket SDK for mPaaS MGS with connection management, reconnection, and event handling

62 lines (61 loc) 1.59 kB
{ "name": "@alipay-inc/mpaas-mgs-sdk-websocket", "version": "1.0.0-beta.5", "description": "A WebSocket SDK for mPaaS MGS with connection management, reconnection, and event handling", "main": "dist/index.js", "types": "dist/types/index.d.ts", "scripts": { "build": "webpack --mode=production", "build:umd": "webpack --mode=production", "tsc": "tsc", "dev": "tsc --watch", "dev:umd": "webpack --mode=development --watch", "test": "jest", "lint": "eslint src --ext .ts", "sync": "tnpm sync @alipay-inc/mpaas-mgs-sdk-websocket" }, "keywords": [ "websocket", "sdk", "mpaas", "mgs", "real-time", "connection" ], "author": "mPaaS Team", "license": "MIT", "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "ts-loader": "^9.5.2", "typescript": "^5.0.0", "webpack": "^5.101.3", "webpack-cli": "^6.0.1" }, "dependencies": { "crypto-js": "^4.1.1", "js-base64": "^3.7.2" }, "files": [ "dist/**/*", "README.md", "LEGAL.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/mpaas/mpaas-mgs-sdk-websocket.git" }, "bugs": { "url": "https://github.com/mpaas/mpaas-mgs-sdk-websocket/issues" }, "homepage": "https://github.com/mpaas/mpaas-mgs-sdk-websocket#readme" }