UNPKG

@arbnowfinance/sdk2

Version:

🛠 An SDK for building applications on top of arbnowfinance.

62 lines (61 loc) • 1.62 kB
{ "name": "@arbnowfinance/sdk2", "license": "MIT", "version": "0.0.13", "description": "🛠 An SDK for building applications on top of arbnowfinance.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/arbnowfinance/arbnowfinance-sdk.git", "keywords": [ "pancakeswap", "arbnowfinance", "ethereum" ], "module": "dist/sdk.esm.js", "scripts": { "lint": "tsdx lint src test", "lint:fix": "tsdx lint src test --fix", "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": { "@ethersproject/address": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/networks": "^5.7.1", "@ethersproject/providers": "^5.7.2", "@ethersproject/solidity": "^5.7.0" }, "devDependencies": { "@ethersproject/address": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/networks": "^5.7.1", "@ethersproject/providers": "^5.7.2", "@ethersproject/solidity": "^5.7.0", "@types/big.js": "^4.0.5", "@types/jest": "^24.0.25", "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", "tsdx": "^0.12.3" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true } }