UNPKG

serf-rpc-js

Version:
42 lines (41 loc) 849 B
{ "name": "serf-rpc-js", "version": "1.0.1", "description": "Hashicorp Serf RPC Client", "private": false, "license": "GPL-3.0", "author": "Shaiming Ma", "type": "module", "main": "/dist/index.js", "types": "/dist/index.d.ts", "files": [ "/src", "/dist" ], "keywords": [ "hashicorp", "serf", "rpc", "client", "msgpack" ], "scripts": { "build": "tsc /src" }, "homepage": "https://github.com/BGPSurfing/serf-rpc-js#readme", "bugs": { "url": "https://github.com/BGPSurfing/serf-rpc-js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/BGPSurfing/serf-rpc-js.git" }, "dependencies": { "msgpack-lite": "^0.1.26" }, "devDependencies": { "@types/msgpack-lite": "^0.1.8", "@types/node": "^18.17.9", "typescript": "^5.1.6" } }