UNPKG

@totality-fi/router-sdk

Version:
46 lines (45 loc) 981 B
{ "name": "@totality-fi/router-sdk", "version": "1.0.1", "description": "An sdk for routing swaps using Totality V1.", "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/Totality-Finance/router-sdk.git" }, "keywords": [ "totality", "ethereum" ], "license": "MIT", "dependencies": { "@ethersproject/abi": "^5.5.0", "@totality-fi/v1-sdk": "^3.0.5", "@uniswap/sdk-core": "^3.2.2", "@uniswap/swap-router-contracts": "1.1.0", "@uniswap/v3-sdk": "^3.8.3" }, "devDependencies": { "@types/jest": "^24.0.25", "prettier": "^2.4.1", "tsdx": "^0.14.1" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true } }