{
  "name": "@mantlenetworkio/sdk",
  "version": "2.1.1",
  "description": "[Mantle] Tools for working with Mantle",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*"
  ],
  "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: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/tree/develop/packages/sdk#readme",
  "license": "MIT",
  "author": "Mantle PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/mantlenetworkio/mantle.git"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.6.1",
    "@ethersproject/abstract-signer": "^5.6.2",
    "@ethersproject/transactions": "^5.6.2",
    "@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.6.8",
    "hardhat": "^2.9.6",
    "hardhat-deploy": "^0.11.4",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "typedoc": "^0.22.13"
  },
  "dependencies": {
    "@mantlenetworkio/contracts": "2.1.0",
    "@mantlenetworkio/core-utils": "0.0.1",
    "lodash": "^4.17.21",
    "merkletreejs": "^0.2.27",
    "rlp": "^2.2.7"
  },
  "peerDependencies": {
    "ethers": "^5"
  }
}
