@cloudpss/ubrpc
Version:
Rpc server/client build on websocket and ubjson.
35 lines • 793 B
JSON
{
"name": "@cloudpss/ubrpc",
"version": "0.5.53",
"author": "CloudPSS",
"license": "MIT",
"keywords": [
"ubjson",
"rpc",
"websocket"
],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"dependencies": {
"rxjs": "^7.8.2",
"uuid": "^11.1.0",
"@cloudpss/fetch": "~0.5.53",
"@cloudpss/ubjson": "~0.5.53"
},
"devDependencies": {
"@types/ws": "^8.18.1",
"ws": "^8.18.3"
},
"scripts": {
"build": "pnpm clean && tsc --build --force",
"clean": "rimraf dist",
"benchmark": "node ./benchmark",
"test": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --experimental-vm-modules\" echo 'no tests'"
}
}