hydra-router-sdk
Version:
An sdk for routing swaps using Hydraswap v2 and Hydraswap v3.
46 lines (45 loc) • 982 B
JSON
{
"name": "hydra-router-sdk",
"version": "1.1.1",
"description": "An sdk for routing swaps using Hydraswap v2 and Hydraswap 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/ipetrov22/hydra-router-sdk.git"
},
"keywords": [
"hydraswap",
"hydra"
],
"license": "MIT",
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/swap-router-contracts": "1.1.0",
"@uniswap/v3-sdk": "^3.8.3",
"hydra-v2-sdk": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"prettier": "^2.4.1",
"tsdx": "^0.14.1"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}