Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/@json-rpc-tools/provider/package.json

{
  "name": "@json-rpc-tools/provider",
  "description": "Provider for JSON-RPC",
  "version": "1.7.6",
  "author": "Pedro Gomes <github.com/pedrouid>",
  "homepage": "https://github.com/pedrouid/json-rpc-tools/",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "unpkg": "dist/umd/index.min.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "json",
    "rpc",
    "jsonrpc",
    "json-rpc",
    "tools",
    "types",
    "utils",
    "signer",
    "provider",
    "blockchain"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build:pre": "run-s clean",
    "build:cjs": "npx tsc -p tsconfig.cjs.json",
    "build:umd": "webpack",
    "build": "run-s build:pre build:cjs build:umd",
    "test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha --exit -r ts-node/register ./test/**/*.test.ts",
    "watch": "tsc -p tsconfig.json --watch",
    "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
  },
  "dependencies": {
    "@json-rpc-tools/utils": "^1.7.6",
    "axios": "^0.21.0",
    "safe-json-utils": "^1.1.1",
    "ws": "^7.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/node": "^7.12.1",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@babel/register": "^7.12.1",
    "@types/chai": "^4.2.14",
    "@types/chai-as-promised": "^7.1.0",
    "@types/jest": "^22.2.3",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.2",
    "@typescript-eslint/eslint-plugin": "^2.24.0",
    "@typescript-eslint/parser": "^2.24.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "core-js": "^3.6.5",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^9.2.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-standard": "^4.0.1",
    "mocha": "^8.1.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.19.1",
    "typescript": "^3.7.5",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  }
}
Back to Directory File Manager