{
  "name": "@ethan-bedrock/sdk",
  "version": "1.19.0",
  "description": "[Mantle] Tools for working with Mantle",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*",
    "src/*"
  ],
  "scripts": {
    "all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
    "lint": "yarn lint:fix && yarn lint:check",
    "lint:check": "eslint . --max-warnings=0",
    "lint:fix": "yarn lint:check --fix",
    "pre-commit": "lint-staged",
    "test": "hardhat test",
    "test:next": "vitest",
    "test:next:run": "vitest run",
    "test:coverage": "nyc hardhat test && nyc merge .nyc_output coverage.json",
    "autogen:docs": "typedoc --out docs src/index.ts"
  },
  "keywords": [
    "mantle",
    "ethereum",
    "sdk"
  ],
  "homepage": "https://github.com/mantlenetworkio/mantle-v2/tree/develop/packages/sdk#readme",
  "license": "MIT",
  "author": "Mantle PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/mantlenetworkio/mantle-v2.git"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/abstract-signer": "^5.7.0",
    "@ethersproject/transactions": "^5.7.0",
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "chai-as-promised": "^7.1.1",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.7.0",
    "hardhat": "^2.9.6",
    "hardhat-deploy": "^0.11.4",
    "nyc": "^15.1.0",
    "typedoc": "^0.22.13",
    "mocha": "^10.0.0",
    "vitest": "^0.28.3",
    "zod": "^3.11.6",
    "viem": "^0.3.30",
    "isomorphic-fetch": "^3.0.0"
  },
  "dependencies": {
    "@ethan-bedrock/contracts": "1.5.0",
    "@ethan-bedrock/core-utils": "1.5.0",
    "@ethan-bedrock/contracts-bedrock": "1.5.0",
    "lodash": "^4.17.21",
    "merkletreejs": "^0.2.27",
    "rlp": "^2.2.7"
  },
  "peerDependencies": {
    "ethers": "^5"
  }
}
