{
  "name": "@hikaru-fi/swap-router",
  "version": "0.2.0",
  "description": "Package for calculating optimal path for executing swaps",
  "main": "index.js",
  "scripts": {
    "test": "node ./test/testSwaps.js"
  },
  "keywords": [
    "tron",
    "DeX"
  ],
  "author": "@pafaul",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@ethersproject/bignumber": "^5.6.2",
    "@types/bn.js": "^5.1.0",
    "bn.js": "^5.2.1",
    "web3-utils": "^1.7.4"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tokenstation/swap-router.git"
  },
  "bugs": {
    "url": "https://github.com/tokenstation/swap-router/issues"
  },
  "homepage": "https://github.com/tokenstation/swap-router#README.md"
}
