{ "name": "json-rpc-2.0", "version": "1.7.1", "description": "JSON-RPC 2.0 client and server", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "!*.spec.js", "!*.spec.d.ts" ], "scripts": { "format": "pretty-quick || echo \"Failed to format. Continuing...\"", "test": "npm run format && 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/shogowada/json-rpc-2.0.git" }, "keywords": [ "json-rpc" ], "author": "Shogo Wada", "license": "MIT", "bugs": { "url": "https://github.com/shogowada/json-rpc-2.0/issues" }, "homepage": "https://github.com/shogowada/json-rpc-2.0#readme", "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^10.0.10", "@types/node": "^14.18.12", "@types/sinon": "^10.0.11", "chai": "^4.3.6", "del-cli": "^3.0.1", "mocha": "^11.7.1", "prettier": "^2.6.1", "pretty-quick": "^3.1.3", "sinon": "^10.0.0", "ts-node": "^7.0.1", "typescript": "^4.9.3" } }