@pollum-io/router-sdk
Version:
An sdk for routing swaps using Pegasys v1 and Pegasys v3.
45 lines • 987 B
JSON
{
"name": "@pollum-io/router-sdk",
"version": "0.0.13",
"description": "An sdk for routing swaps using Pegasys v1 and Pegasys 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/pegasys-fi/router-sdk.git"
},
"keywords": [
"pegasys",
"syscoin"
],
"license": "MIT",
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@pollum-io/sdk-core": "0.0.5",
"@pollum-io/swap-router-contracts": "0.0.5",
"@pollum-io/v1-sdk": "0.0.15",
"@pollum-io/v3-sdk": "0.0.8"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"prettier": "^2.4.1",
"tsdx": "^0.14.1"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}