UNPKG

@yokaiswap/sdk

Version:

🛠 An SDK for building applications on top of YokaiSwap.

66 lines (65 loc) • 1.69 kB
{ "name": "@yokaiswap/sdk", "license": "MIT", "version": "2.4.3", "description": "🛠 An SDK for building applications on top of YokaiSwap.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/yokaiswap/yokai-swap-sdk.git", "keywords": [ "yokaiswap", "nervos", "ckb", "godwoken", "polyjuice" ], "module": "dist/sdk.esm.js", "scripts": { "lint": "tsdx lint src test", "build": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "prepublishOnly": "tsdx build" }, "dependencies": { "@pancakeswap-libs/pancake-swap-core": "^0.1.0", "big.js": "^5.2.2", "decimal.js-light": "^2.5.0", "jsbi": "^3.1.1", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3", "toformat": "^2.0.0" }, "peerDependencies": { "@ckb-lumos/base": "^0.18.0-rc1", "@ethersproject/address": "^5.0.2", "@ethersproject/contracts": "^5.0.2", "@ethersproject/networks": "^5.0.2", "@ethersproject/providers": "^5.0.5", "@ethersproject/solidity": "^5.0.2" }, "devDependencies": { "@ckb-lumos/base": "^0.18.0-rc1", "@ethersproject/address": "^5.0.2", "@ethersproject/contracts": "^5.0.2", "@ethersproject/networks": "^5.0.2", "@ethersproject/providers": "^5.0.5", "@ethersproject/solidity": "^5.0.2", "@types/big.js": "^4.0.5", "@types/jest": "^24.0.25", "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", "patch-package": "^6.4.7", "tsdx": "^0.12.3" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true } }