UNPKG

@lido-sdk/helpers

Version:

This project is being slowly deprecated and may not receive further updates. Check out [modern Lido SDK](https://github.com/lidofinance/lido-ethereum-sdk/pulls) to access latest functionality. It is actively maintained and is built for interacting with Li

40 lines (39 loc) 915 B
{ "name": "@lido-sdk/helpers", "version": "1.7.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "license": "MIT", "homepage": "https://github.com/lidofinance/lido-js-sdk", "repository": { "type": "git", "url": "https://github.com/lidofinance/lido-js-sdk.git", "directory": "packages/helpers" }, "bugs": { "url": "https://github.com/lidofinance/lido-js-sdk/issues" }, "sideEffects": false, "keywords": [ "lido", "lido-sdk", "lido-js-sdk", "lidofinance" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "devDependencies": { "@ethersproject/bignumber": "^5.4.2", "@types/jest": "^27.0.2" }, "dependencies": { "@lido-sdk/constants": "3.5.1", "tiny-invariant": "^1.1.0" }, "peerDependencies": { "@ethersproject/bignumber": "5" } }