{
  "name": "hector-rubic-sdk",
  "version": "1.0.16",
  "description": "Simplify dApp creation",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cryptorubic/rubic-sdk.git"
  },
  "homepage": "https://github.com/Cryptorubic/rubic-sdk",
  "bugs": {
    "url": "https://github.com/Cryptorubic/rubic-sdk/issues"
  },
  "keywords": [
    "Ethereum",
    "Rubic",
    "Cross-chain",
    "Multi-Chain",
    "SDK",
    "dApp",
    "DEX",
    "Polygon",
    "Binance-Smart-Chain"
  ],
  "engines": {
    "node": ">=16"
  },
  "author": "rubic.exchange",
  "authors": [
    {
      "name": "Sergey Andreev",
      "email": "andreev@mywish.io",
      "homepage": "https://github.com/siandreev"
    },
    {
      "name": "Andrey Ott",
      "email": "ott@mywish.io",
      "url": "https://github.com/ottebrut"
    },
    {
      "name": "Sleta Dmitry",
      "email": "sleta@rubic.finance",
      "url": "https://github.com/axtezy"
    }
  ],
  "license": "GPL-3.0",
  "scripts": {
    "build": "webpack",
    "compile": "npx rimraf lib && tsc --project tsconfig.json && tscpaths -p ./tsconfig.json -s ./src -o ./lib",
    "lint": "eslint src __tests__",
    "test": "cd ./scripts && bash test-runner.sh",
    "build:publish": "yarn compile && yarn build && npm publish --access public",
    "analyze": "webpack --profile --json > stats.json &&  webpack-bundle-analyzer stats.json"
  },
  "dependencies": {
    "assert": "^2.0.0",
    "axios": "^0.22.0",
    "bignumber.js": "^9.0.1",
    "ethers": "^5.6.8",
    "symbiosis-js-sdk": "^2.6.5",
    "web3": "~1.7.3"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-0",
    "@types/jest": "^27.0.3",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "bip39": "^3.0.4",
    "cancelable-promise": "^4.2.1",
    "commander": "^8.3.0",
    "compression-webpack-plugin": "^9.2.0",
    "crypto-browserify": "^3.12.0",
    "delay": "^5.0.0",
    "eslint": "^7.25.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-unused-imports": "^1.1.4",
    "ethereumjs-wallet": "^1.0.2",
    "http-browserify": "^1.7.0",
    "https-browserify": "^1.0.0",
    "jest": "^27.1.1",
    "jest-mock-promise": "^2.0.2",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "stream-browserify": "^3.0.0",
    "terser-webpack-plugin": "^5.3.0",
    "ts-essentials": "^9.0.0",
    "ts-jest": "^27.1.2",
    "ts-loader": "^9.3.0",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "tscpaths": "^0.0.9",
    "typedoc": "^0.22.17",
    "typescript": "^4.7.2",
    "webpack": "^5.65.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.1"
  }
}
