{
  "name": "request-json-rpc2",
  "version": "2.3.0",
  "description": "Simplified JSON-RPC2 request nodejs and browser client",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "type": "module",
  "types": "index.d.ts",
  "scripts": {
    "test": "npm run test:esm && npm run test:cjs",
    "test:esm": "node tests/index.test.mjs",
    "test:cjs": "node tests/index.test.cjs",
    "build": "NODE_ENV=production parcel build index.mjs --no-autoinstall --no-content-hash"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qertis/request-json-rpc2.git"
  },
  "targets": {
    "main": {
      "isLibrary": true,
      "optimize": true,
      "scopeHoist": true
    },
    "module": {
      "isLibrary": true,
      "optimize": true,
      "scopeHoist": true
    },
    "types": false
  },
  "files": [
    "dist/index.cjs",
    "dist/index.mjs",
    "index.d.ts"
  ],
  "keywords": [
    "request json rpc2",
    "request-json-rpc2",
    "node jsonrpc2",
    "browser jsonrpc2",
    "json-rpc2",
    "json-rpc-2",
    "request-jsonrpc",
    "fetch json rpc 2.0",
    "request rpc 2.0",
    "rpc api client request"
  ],
  "author": "Denis Baskovsky (https://baskovsky.ru)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qertis/request-json-rpc2/issues"
  },
  "homepage": "https://github.com/qertis/request-json-rpc2#readme",
  "devDependencies": {
    "express": "~4.21.2",
    "parcel": "~2.13.3",
    "supertest": "~7.0.0"
  }
}
