@zentraswap/router-sdk
Version:
An sdk for routing swaps using Zentra X v2 and Zentra X v3.
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "@zentraswap/router-sdk",
"version": "1.6.2",
"description": "An sdk for routing swaps using Zentra X v2 and Zentra X 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/Uniswap/router-sdk.git"
},
"keywords": [
"uniswap",
"ethereum",
"zentra",
"pharos"
],
"license": "MIT",
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@uniswap/swap-router-contracts": "1.1.0",
"@zentraswap/sdk-core": "^4.0.10",
"@zentraswap/v2-sdk": "^3.2.6",
"@zentraswap/v3-sdk": "^3.10.3"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"prettier": "^2.4.1",
"tsdx": "^0.14.1"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}