Skip to main content
Module

x/async_call_rpc/package.json

A lightweight JSON RPC client & server
Go to Latest
File
{ "name": "async-call-rpc", "version": "1.0.1", "type": "module", "description": "A lightweight JSON RPC server & client", "main": "out/index.js", "module": "out/index.js", "scripts": { "release": "standard-version", "start": "node ./watch.js", "prepublishOnly": "rimraf ./out && tsc", "doc:api": "api-extractor run --local --verbose", "doc:md": "api-documenter markdown -o docs -i temp", "doc:preview": "docsify serve ." }, "repository": { "type": "git", "url": "git+https://github.com/Jack-Works/async-call.git" }, "keywords": [ "jsonrpc" ], "author": "Jack Works <zjwpeter@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Jack-Works/async-call/issues" }, "homepage": "https://github.com/Jack-Works/async-call#readme", "devDependencies": { "@microsoft/api-extractor": "latest", "@microsoft/api-documenter": "latest", "rimraf": "^3.0.0", "standard-version": "^7.0.1", "typescript": "^3.7.2" }, "files": [ "src", "out" ]}