{
  "name": "@ape.swap/router-sdk",
  "version": "1.2.0",
  "description": "An sdk for routing swaps using Apeswap v2 and Apeswap v3.",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "tsdx test",
    "build": "tsdx build",
    "start": "tsdx watch",
    "prepublishOnly": "tsdx build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ApeSwapFinance/router-sdk.git"
  },
  "keywords": [
    "apeswap",
    "uniswap",
    "ethereum"
  ],
  "license": "MIT",
  "dependencies": {
    "@ape.swap/sdk-core": "^1.0.2",
    "@ape.swap/v2-sdk": "^1.1.0",
    "@ape.swap/v3-sdk": "^1.2.0",
    "@ethersproject/abi": "^5.5.0",
    "@uniswap/swap-router-contracts": "1.1.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.25",
    "prettier": "^2.4.1",
    "tsdx": "^0.14.1"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  }
}
