{
  "name": "@plasma-fi/sdk",
  "description": "🛠 An SDK for building dapp on PlasmaSwap.",
  "version": "2.6.5",
  "license": "MIT",
  "author": "itsib.su@gmail.com",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/itsib/plasmaswap-sdk.git",
  "keywords": [
    "plasmaswap",
    "ethereum",
    "plasma.finance",
    "0x",
    "hyperdex"
  ],
  "module": "dist/sdk.esm.js",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint src",
    "lint:fix": "tsdx lint src --fix",
    "prepublishOnly": "./pre-publish.sh"
  },
  "dependencies": {
    "big.js": "^5.2.2",
    "decimal.js-light": "^2.5.0",
    "jsbi": "^3.1.1",
    "tiny-invariant": "^1.1.0",
    "tiny-warning": "^1.0.3",
    "toformat": "^2.0.0"
  },
  "peerDependencies": {
    "@ethersproject/abi": "^5.0.0-beta",
    "@ethersproject/address": "^5.0.0-beta",
    "@ethersproject/bignumber": "^5.0.0-beta",
    "@ethersproject/bytes": "^5.0.0-beta",
    "@ethersproject/contracts": "^5.0.0-beta",
    "@ethersproject/keccak256": "^5.0.0-beta",
    "@ethersproject/networks": "^5.0.0-beta",
    "@ethersproject/providers": "^5.0.0-beta",
    "@ethersproject/solidity": "^5.0.0-beta"
  },
  "devDependencies": {
    "@ethersproject/abi": "^5.5.0",
    "@ethersproject/address": "^5.0.2",
    "@ethersproject/bignumber": "^5.0.2",
    "@ethersproject/bytes": "^5.4.0",
    "@ethersproject/contracts": "^5.0.2",
    "@ethersproject/keccak256": "^5.5.0",
    "@ethersproject/networks": "^5.0.2",
    "@ethersproject/providers": "^5.4.5",
    "@ethersproject/solidity": "^5.0.2",
    "@types/big.js": "^4.0.5",
    "@types/jest": "^24.0.25",
    "babel-plugin-transform-jsbi-to-bigint": "^1.3.1",
    "prettier": "2.4.1",
    "tsdx": "^0.14.1",
    "version-bump-prompt": "^6.1.0"
  }
}
