{
  "name": "@dhedge/v2-sdk",
  "version": "2.2.2",
  "license": "MIT",
  "description": "🛠 An SDK for building applications on top of dHEDGE V2",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "jest",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "fork:polygon": "hardhat node --port 8542 --fork $(grep POLYGON_URL .env | cut -d '=' -f2)",
    "fork:optimism": "hardhat node --port 8544 --fork $(grep OPTIMISM_URL .env | cut -d '=' -f2)",
    "fork:arbitrum": "hardhat node --port 8540 --fork $(grep ARBITRUM_URL .env | cut -d '=' -f2)",
    "fork:base": "hardhat node --port 8546 --fork $(grep BASE_URL .env | cut -d '=' -f2)",
    "fork:ethereum": "hardhat node --port 8547 --fork $(grep ETHEREUM_URL .env | cut -d '=' -f2)",
    "fork:plasma": "hardhat node --port 8548 --fork $(grep PLASMA_URL .env | cut -d '=' -f2)",
    "fork:hyperliquid": "hardhat node --port 8549 --fork $(grep HYPERLIQUID_URL .env | cut -d '=' -f2)"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^5.0.1",
    "@types/jest": "^28.1.7",
    "@types/lodash": "^4.14.178",
    "hardhat": "2.23.0",
    "husky": "^7.0.1",
    "jest": "^28.1.3",
    "size-limit": "^5.0.1",
    "ts-jest": "^28.0.8",
    "tsdx": "^0.14.1",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@balancer-labs/sor": "^2.0.0-beta.3",
    "@ethersproject/bignumber": "^5.5.0",
    "@ethersproject/providers": "5.0.12",
    "@lyrafinance/lyra-js": "^0.0.20",
    "@sushiswap/sdk": "5.0.0-canary.7",
    "@uniswap/sdk-core": "3.0.1",
    "@uniswap/v3-sdk": "^3.8.2",
    "axios": "^0.21.4",
    "bignumber.js": "^9.0.2",
    "dotenv": "^10.0.0",
    "ethers": "^5.4.1",
    "jsbi": "^3.1.4",
    "lodash": "^4.17.21",
    "web3-utils": "^1.7.0"
  },
  "resolutions": {
    "**/@typescript-eslint/eslint-plugin": "^4.1.1",
    "**/@typescript-eslint/parser": "^4.1.1"
  }
}
