@sky-mavis/smart-order-router
Version:
Ronin Swap Smart Order Router
123 lines (122 loc) • 3.36 kB
JSON
{
"name": "@sky-mavis/smart-order-router",
"description": "Ronin Swap Smart Order Router",
"version": "0.0.2",
"license": "GPL",
"publishConfig": {
"access": "public"
},
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"typings": "dist/main/index.d.ts",
"sideEffects": [
"*.css"
],
"files": [
"dist/main",
"dist/module",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"build": "run-p build:*",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:lint": "eslint src --ext .ts --fix"
},
"dependencies": {
"@sky-mavis/katana-core": "0.0.1",
"@uniswap/sdk-core": "5.3.0",
"@uniswap/v2-sdk": "4.3.2",
"@uniswap/v3-sdk": "3.13.0",
"@uniswap/universal-router-sdk": "2.2.0",
"@uniswap/permit2-sdk": "1.3.0",
"@uniswap/router-sdk": "1.9.2",
"@uniswap/token-lists": "^1.0.0-beta.31",
"@eth-optimism/sdk": "^3.2.2",
"async-retry": "^1.3.1",
"await-timeout": "^1.1.1",
"axios": "^0.21.1",
"bunyan": "^1.8.15",
"ethers": "^5.7.2",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"lodash": "^4.17.21",
"mnemonist": "^0.38.3",
"node-cache": "^5.1.2",
"stats-lite": "^2.2.0"
},
"devDependencies": {
"@ethersproject/providers": "^5.4.0",
"@typechain/ethers-v5": "^7.0.1",
"@types/async-retry": "^1.4.4",
"@types/await-timeout": "^0.3.1",
"@types/bunyan": "^1.8.6",
"@types/jest": "^27.0.0",
"@types/jest-sinon": "^1.0.2",
"@types/lodash": "^4.14.168",
"@types/node": "18.19.39",
"@types/stats-lite": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.1.1",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^27.0.6",
"jest-circus": "^27.5.1",
"jest-environment-hardhat": "^1.1.8",
"jest-expect-message": "^1.0.2",
"jest-mock": "^27.0.6",
"jest-sinon": "^1.0.4",
"npm-run-all": "^4.1.5",
"open-cli": "^6.0.1",
"prettier": "^2.1.1",
"prettier-plugin-organize-imports": "^2.1.0",
"ts-jest": "^27.0.4",
"ts-node": "^10.8.1",
"typechain": "^5.0.0",
"typescript": "^4.2.2"
},
"peerDependencies": {
"jsbi": "^3.2.0"
},
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git@github.com:skymavis/katana-sdk.git"
},
"keywords": [
"Ronin",
"Katana",
"Ronin Dex",
"Ronin Network",
"Katana Core SDK",
"Katana Swap",
"Smart Order Router",
"Katana routing algorithm"
],
"author": "SkyMavis",
"bugs": {
"url": "https://github.com/skymavis/katana-sdk/issues"
},
"homepage": "https://github.com/skymavis/katana-sdk",
"resolutions": {
"@uniswap/sdk-core": "5.3.0",
"@uniswap/v2-sdk": "4.3.2",
"@uniswap/v3-sdk": "3.13.0",
"@uniswap/router-sdk": "1.9.2"
}
}