UNPKG

tiinyrpc

Version:

An small rpc server base on tinyrpc protocol

32 lines (31 loc) 565 B
{ "name": "tiinyrpc", "version": "0.9.0", "description": "An small rpc server base on tinyrpc protocol", "main": "dist/index.js", "scripts": { "prebuild": "rm -rf ./dist", "build": "tsc", "test": "node dist/test/test.js" }, "keywords": [ "TinyRPC", "TRPC" ], "engines": { "node": ">=12", "npm": ">=6.0" }, "repository": { "type": "git", "url": "git+https://github.com/JCloudYu/tiinytrpc.git" }, "author": "JCloudYu", "license": "ISC", "devDependencies": { "@types/node": "^18.14.1" }, "dependencies": { "beson": "^3.1.5" } }