json-rpc-utils
Version:
JSON-RPC 2.0 client and server utilities
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "json-rpc-utils",
"version": "0.4.2",
"description": "JSON-RPC 2.0 client and server utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"format": "pretty-quick || echo \"Failed to format. Continuing...\"",
"test": "mocha --require ts-node/register \"./src/**/*.spec.ts\"",
"clean": "del \"dist\"",
"build": "npm run format && npm run clean && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadget-inc/json-rpc-utils.git"
},
"keywords": [
"json-rpc"
],
"author": "Shogo Wada",
"license": "MIT",
"bugs": {
"url": "https://github.com/gadget-inc/json-rpc-utils/issues"
},
"homepage": "https://github.com/gadget-inc/json-rpc-utils#readme",
"engines": {
"node": ">=0.8"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.16",
"chai": "^4.1.2",
"del-cli": "^1.1.0",
"mocha": "^8.2.1",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"ts-node": "^7.0.1",
"typescript": "^4.1.0"
}
}