UNPKG

http-rpc

Version:

Inspired by JSON-RPC and gRPC, but works over HTTP: specifically it works with a browser over http protocol.

45 lines (44 loc) 1.23 kB
{ "name": "http-rpc", "version": "2.5.1", "description": "Inspired by JSON-RPC and gRPC, but works over HTTP: specifically it works with a browser over http protocol.", "license": "LGPL-3.0-only", "author": "http://www.INTUITION.DEV", "homepage": "https://github.com/INTUITION-dev/httpRPC", "repository": { "type": "git", "url": "https://github.com/INTUITION-dev/httpRPC" }, "keywords": [ "RPC", "http", "JSON-RPC", "gRPC", "protocol buffers", "REST" ], "engines": { "node": ">=14.0.0" }, "dependencies": { "bcryptjs": ">=2.4.3", "errorhandler": ">=1.5.1", "express": ">=4.17.1", "jsonwebtoken": ">=8.5.1", "lz-string": ">=1.4.4", "make-fetch-happen": ">=8.0.9", "perfy": ">=1.1.5", "serve-favicon": ">=2.5.0", "serve-static": ">=1.14.1", "terse-b": ">=1.6.1" }, "devDependencies": { "@types/node": ">=14.11.2", "@types/express": ">=4.17.8", "nats": ">=1.4.12", "async-limiter": ">=2.0.0", "ip": ">=1.1.5", "ipinfo": ">=1.5.0", "limiter": ">=1.1.5" } }