{
  "name": "@paraswap/dex-lib",
  "version": "4.8.35",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": "https://github.com/paraswap/paraswap-dex-lib",
  "author": "dev@paraswap.io",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@paraswap/sdk": "6.9.1",
    "@types/async": "^3.2.15",
    "@types/axios": "0.14.0",
    "@types/express": "^4.17.14",
    "@types/jest": "^30.0.0",
    "@types/lodash": "4.14.178",
    "@types/node": "^20",
    "@types/uuid": "^9.0.1",
    "@types/websocket": "^1.0.10",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "change-case": "^4.1.2",
    "dotenv": "16.0.0",
    "eslint": "^8.30.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "express": "^4.18.2",
    "husky": "^8.0.2",
    "jest": "^30.2.0",
    "prettier": "^2.8.1",
    "pretty-quick": "^3.1.3",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2",
    "yargs": "^17.0.1"
  },
  "scripts": {
    "init-integration": "ts-node scripts/dex-integration.ts init",
    "test-integration": "ts-node scripts/dex-integration.ts test",
    "build": "yarn check:pq && yarn check:es && tsc",
    "watch": "tsc -w",
    "test": "jest",
    "prepare": "husky install && yarn build",
    "check:pq": "pretty-quick --staged",
    "check:tsc": "tsc",
    "check:es": "eslint \"src/**/*.ts\" --ignore-pattern=\"*.test.ts\"",
    "checks": "yarn check:pq && yarn check:tsc && yarn check:es"
  },
  "dependencies": {
    "@balancer-labs/balancer-maths": "^0.0.36",
    "@balancer-labs/sor": "4.1.3",
    "@bgd-labs/aave-address-book": "4.34.1",
    "@ethersproject/abi": "^5.7.0",
    "@hashflow/sdk": "^2.2.7",
    "@hashflow/taker-js": "^0.4.1",
    "@paraswap/core": "2.4.3",
    "@types/ws": "^8.5.12",
    "async": "^3.2.4",
    "axios": "0.27.2",
    "bignumber.js": "9.1.0",
    "cross-fetch": "^3.1.5",
    "es6-promise": "^4.2.8",
    "ethers": "^5.7.2",
    "joi": "^17.7.0",
    "lens.ts": "^0.5.1",
    "lodash": "4.17.21",
    "log4js": "6.6.1",
    "node-cache": "^5.1.2",
    "protobufjs": "^7.4.0",
    "ts-essentials": "9.1.2",
    "uuid": "^9.0.0",
    "web3": "1.6.0",
    "web3-core": "1.6.0",
    "web3-eth": "1.6.0",
    "web3-eth-abi": "1.4.0",
    "web3-eth-contract": "1.6.0",
    "web3-utils": "1.6.0",
    "ws": "^8.18.0"
  },
  "sideEffects": false
}
