UNPKG

@dojima-wallet/solver-modules

Version:

Modules of different protocols for solvers

51 lines (50 loc) 1.39 kB
{ "name": "@dojima-wallet/solver-modules", "version": "0.1.8", "description": "Modules of different protocols for solvers", "keywords": [ "dojima", "cross-chain", "solver", "protocol" ], "module": "dist/index.js", "main": "dist/index.js", "types": "dist/lib/index.d.ts", "author": "yerramreddyuday <uday.prasad@dojima.network>", "homepage": "https://github.com/dojimanetwork/wallet-js#readme", "license": "ISC", "directories": { "dist": "dist", "src": "lib" }, "files": [ "lib", "dist" ], "repository": { "type": "git", "url": "git+https://github.com/dojimanetwork/wallet-js.git" }, "scripts": { "build_rm:ylck": "rm -rf dist/ node_modules/ yarn.lock && yarn && webpack --config ../../webpack/webpack.config.js", "build_rm:nm": "rm -rf dist/ node_modules/ && yarn && webpack --config ../../webpack/webpack.config.js", "build": "webpack --config ../../webpack/webpack.config.js" }, "bugs": { "url": "https://github.com/dojimanetwork/wallet-js/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@aave/contract-helpers": "^1.32.1", "@aave/math-utils": "^1.32.1", "@bgd-labs/aave-address-book": "^4.10.0", "@lidofinance/lido-ethereum-sdk": "^4.2.0", "dayjs": "^1.11.13", "ethers": "5.4.0", "opensea-js": "^7.1.16", "viem": "^2.22" } }