{
  "name": "@rsksmart/rif-relay-client",
  "version": "2.2.6",
  "private": false,
  "description": "This project contains all the client code for the rif relay system.",
  "license": "MIT",
  "author": "RIF Payments Team",
  "contributors": [
    {
      "name": "Marcelo Ortelli",
      "url": "https://github.com/mortelli"
    },
    {
      "name": "Antonio Morrone",
      "url": "https://github.com/antomor"
    },
    {
      "name": "David Ugbero",
      "url": "https://github.com/david-iov"
    },
    {
      "name": "Christos Otarola",
      "url": "https://github/ironFe93"
    },
    {
      "name": "Juraj Piar",
      "url": "https://github.com/jurajpiar"
    },
    {
      "name": "Andrés Quijano",
      "url": "https://github.com/AndresQuijano"
    },
    {
      "name": "Francisco Tobar",
      "url": "https://github.com/franciscotobar"
    }
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dist": "scripts/dist",
    "format": "npx prettier \"{,test/**/}*.ts\" \"{,src/**/}*.ts\" !.gitignore  --check --ignore-unknown",
    "format:fix": "npm run format -- --write --ignore-unknown",
    "lint": "npx eslint --cache \"{,test/**/}*.ts\" \"{,src/**/}*.ts\"",
    "lint:fix": "npm run lint -- --fix",
    "prepack": "npmignore --auto",
    "prepare": "scripts/prepare",
    "prepublishOnly": "scripts/prepublishOnly",
    "tdd": "npm run test -- --watch --watch-files src,test",
    "test": "npx mocha -r ts-node/register --extensions ts 'test/**/*.{test,spec}.ts'"
  },
  "lint-staged": {
    "*.ts": "eslint --cache --fix",
    "package.json": "npx sort-package-json"
  },
  "dependencies": {
    "bignumber.js": "^9.1.1",
    "loglevel": "~1.8.0",
    "npmignore": "^0.3.0",
    "superagent": "^8.0.9"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@tsconfig/node16-strictest": "^1.0.4",
    "@types/chai": "4.3.3",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^9.1.0",
    "@types/node": "^18.8.4",
    "@types/sinon": "^10.0.13",
    "@types/sinon-chai": "^3.2.8",
    "@types/superagent": "^4.1.16",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "chai": "4.3.6",
    "chai-as-promised": "^7.1.1",
    "eslint": "~8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest-formatting": "^3.1.0",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "mocha": "^9.0.0",
    "prettier": "^2.7.1",
    "sinon": "^14.0.1",
    "sinon-chai": "^3.7.0",
    "ts-loader": "~9.4.1",
    "ts-node": "^10.9.1",
    "typescript": "4.8.2"
  },
  "peerDependencies": {
    "@rsksmart/rif-relay-contracts": "2.1.1-beta.2",
    "ethers": "^5.7.0"
  },
  "publishConfig": {
    "ignore": [
      "!dist",
      "!build",
      "src",
      "test",
      ".github"
    ]
  }
}
