{
  "name": "@depay/web3-client",
  "moduleName": "Web3Client",
  "version": "11.1.10",
  "description": "A web3 client to fetch blockchain data just like you are used to with HTTP clients.",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "source": "src/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && rollup -c rollup.module.config.js && rollup -c rollup.module.evm.config.js && rollup -c rollup.module.svm.config.js",
    "build:evm": "rollup -c rollup.module.evm.config.js",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
    "dev": "rollup -c rollup.dev.config.js -w",
    "test:units": "yarn build && npx jest --no-cache",
    "test": "yarn test:units"
  },
  "repository": "git@github.com:DePayFi/web3-client.git",
  "keywords": [
    "web3",
    "client",
    "request",
    "estimate"
  ],
  "author": "depay.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DePayFi/web3-client/issues"
  },
  "homepage": "https://depay.com",
  "private": false,
  "peerDependencies": {
    "@depay/solana-web3.js": "^1.98.0",
    "@depay/web3-blockchains": "^9.8.8",
    "ethers": "^5.7.1"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
     "jest": "29.7.0",
    "@babel/core": "^7.12.9",
    "@babel/preset-env": "^7.12.7",
    "@depay/solana-web3.js": "^1.98.0",
    "@depay/web3-blockchains": "^9.8.8",
    "@depay/web3-mock": "^15.1.1",
    "@jest/globals": "29.7.0",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-sucrase": "^4.0.4",
    "babel-jest": "29.7.0",
    "babel-loader": "^8.2.2",
    "babel-preset-env": "^1.7.0",
    "eslint": "^7.15.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.22.1",
    "ethers": "^5.7.1",
    "jest-environment-jsdom": "29.7.0",
    "node-fetch": "^2.6.9",
    "regenerator-runtime": "^0.13.7",
    "rollup": "^2.76.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-jscc": "^2.0.0",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-serve": "^2.0.0",
    "webpack": "^5.73.0"
  }
}
