{
  "name": "jsonrpc-ts",
  "version": "0.3.0",
  "description": "Strongly Typed Fast and lightweight JSON RPC 2.0 Client for Nodejs",
  "main": "index.js",
  "scripts": {
    "test": "jest --config jest.json",
    "test:watch": "jest --watch --config=jest.json",
    "test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage",
    "build": "./scripts/build.sh",
    "npm:publish": "cd dist && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shekohex/jsonrpc-ts.git"
  },
  "author": "Shady Khalifa <shekohex@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shekohex/jsonrpc-ts/issues"
  },
  "homepage": "https://github.com/shekohex/jsonrpc-ts#readme",
  "devDependencies": {
    "@types/jest": "^24.9.1",
    "@types/node": "^12.12.48",
    "coveralls": "^3.1.0",
    "http-jsonrpc-server": "^1.1.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1"
  },
  "dependencies": {
    "axios": "^1.5.1",
    "typescript": "^5.2"
  }
}
