UNPKG

@xchainjs/xchain-thorchain-amm

Version:

module that exposes estimating & swappping cryptocurrency assets on thorchain

67 lines 2.12 kB
{ "name": "@xchainjs/xchain-thorchain-amm", "version": "3.0.19", "description": "module that exposes estimating & swappping cryptocurrency assets on thorchain", "keywords": [ "THORChain", "XChain" ], "author": "THORChain", "homepage": "https://github.com/xchainjs/xchainjs-lib#readme", "license": "MIT", "main": "lib/index.js", "module": "lib/index.esm.js", "typings": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git@github.com:xchainjs/xchainjs-lib.git" }, "scripts": { "clean": "rm -rf .turbo && rm -rf lib", "build": "yarn clean && rollup -c --bundleConfigAsCjs", "build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"", "test": "jest", "e2e": "jest --config jest.config.e2e.mjs", "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0", "postversion": "git push --follow-tags" }, "bugs": { "url": "https://github.com/xchainjs/xchainjs-lib/issues" }, "dependencies": { "@xchainjs/xchain-avax": "2.0.11", "@xchainjs/xchain-base": "1.0.11", "@xchainjs/xchain-bitcoin": "2.0.8", "@xchainjs/xchain-bitcoincash": "2.0.9", "@xchainjs/xchain-bsc": "2.0.12", "@xchainjs/xchain-client": "2.0.8", "@xchainjs/xchain-cosmos": "3.0.8", "@xchainjs/xchain-doge": "2.0.8", "@xchainjs/xchain-ethereum": "2.0.12", "@xchainjs/xchain-evm": "2.0.11", "@xchainjs/xchain-litecoin": "2.0.8", "@xchainjs/xchain-ripple": "1.0.9", "@xchainjs/xchain-solana": "1.0.8", "@xchainjs/xchain-thorchain": "3.0.12", "@xchainjs/xchain-thorchain-query": "2.0.11", "@xchainjs/xchain-util": "2.0.4", "@xchainjs/xchain-wallet": "2.0.16", "ethers": "^6.14.3" }, "devDependencies": { "@ledgerhq/hw-transport-node-hid": "^6.28.6", "axios": "^1.8.4", "axios-mock-adapter": "^2.1.0" }, "publishConfig": { "access": "public", "directory": "release/package" } }