{
    "name": "@yoursunny/mole-rpc",
    "version": "0.0.20200718",
    "description": "Transport agnostic spec compliant JSON RPC client and server",
    "main": "index.js",
    "directories": {
        "lib": "lib",
        "test": "tests"
    },
    "engines": {
        "node": ">=10.0.0"
    },
    "devDependencies": {
        "mole-rpc-autotester": "^1.0.0"
    },
    "scripts": {
        "test": "node ./tests/autotests.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/yoursunny/node-mole-rpc.git"
    },
    "keywords": [
        "jsonrpc",
        "json-rpc",
        "json",
        "jsonrpc-2.0",
        "rpc",
        "http",
        "tcp",
        "mqtt",
        "api",
        "mole-rpc",
        "mole",
        "molerpc"
    ],
    "author": "koorchik",
    "license": "MIT"
}
