UNPKG

@sky-mavis/katana-swap

Version:
69 lines (68 loc) 1.92 kB
{ "name": "@sky-mavis/katana-swap", "version": "0.0.4-alpha.0", "description": "Katana Swap SDK", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist && tsup src/index.ts --minify --format cjs,esm --dts", "lint": "eslint . --ext .js,.ts", "lint:fix": "eslint . --ext .js,.ts --fix", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "typechain": "typechain --target ethers-v5 --out-dir src/contracts src/abis/**/*.json" }, "files": [ "dist" ], "sideEffects": false, "repository": { "type": "git", "url": "git@github.com:skymavis/katana-sdk.git" }, "keywords": [ "Ronin", "Katana", "Ronin Dex", "Ronin Network", "Katana Swap SDK", "Ronin Swap" ], "author": "SkyMavis", "license": "MIT", "bugs": { "url": "https://github.com/skymavis/katana-sdk/issues" }, "homepage": "https://github.com/skymavis/katana-sdk", "dependencies": { "@sky-mavis/katana-core": "0.0.1", "ethers": "5.7.2", "axios": "1.9.0", "typescript": "5.6.2", "@walletconnect/ethereum-provider": "2.10.0", "@uniswap/permit2-sdk": "1.3.0", "@uniswap/universal-router-sdk": "2.2.0", "@uniswap/router-sdk": "1.9.2", "@uniswap/sdk-core": "5.3.0", "@uniswap/v2-sdk": "4.3.2", "@uniswap/v3-sdk": "3.13.0", "@ethersproject/hash": "5.7.0", "@ethersproject/abstract-signer": "5.7.0" }, "devDependencies": { "@babel/core": "7.23.9", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-json": "6.1.0", "rollup": "3.29.4", "rollup-plugin-typescript2": "0.36.0", "typechain": "8.1.1", "@typechain/ethers-v5": "10.1.1", "tsup": "8.3.6" }, "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" } }