@lido-sdk/constants
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
35 lines (34 loc) • 780 B
JSON
{
"name": "@lido-sdk/constants",
"version": "3.5.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": "git+https://github.com/lidofinance/lido-js-sdk.git",
"directory": "packages/constants"
},
"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": {
"@types/jest": "^27.0.2"
},
"dependencies": {
"tiny-invariant": "^1.1.0"
}
}