@lido-sdk/contracts
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
54 lines (53 loc) • 1.42 kB
JSON
{
"name": "@lido-sdk/contracts",
"version": "3.1.4",
"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/contracts"
},
"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"
},
"scripts": {
"typechain": "typechain --target=ethers-v5 --out-dir ./src/generated './src/abi/*.json'"
},
"devDependencies": {
"@ethersproject/abi": "^5.4.1",
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/providers": "^5.4.5",
"@lido-sdk/providers": "1.5.1",
"@typechain/ethers-v5": "^7.1.0",
"@types/jest": "^27.0.2",
"ethers": "^5.4.7",
"typechain": "^5.1.2"
},
"peerDependencies": {
"@ethersproject/abstract-signer": "5",
"@ethersproject/contracts": "5",
"@ethersproject/providers": "5",
"ethers": "5"
},
"dependencies": {
"@lido-sdk/constants": "3.5.1",
"tiny-invariant": "^1.1.0"
}
}