{
  "name": "@safe-global/safe-ethers-lib",
  "version": "1.9.4",
  "description": "Ethers library adapter to be used by Safe Core SDK",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "keywords": [
    "Ethereum",
    "Safe",
    "SDK",
    "Ethers"
  ],
  "scripts": {
    "typechain": "ts-node scripts/generateTypechainFiles.ts",
    "unbuild": "rimraf dist cache .nyc_output typechain",
    "build": "yarn typechain && tsc",
    "format": "prettier --write \"{src,scripts}/**/*.ts\"",
    "lint": "tslint -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/safe-global/safe-core-sdk.git"
  },
  "author": "Safe (https://safe.global)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/safe-global/safe-core-sdk/issues"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/safe-global/safe-core-sdk#readme",
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.2",
    "@nomiclabs/hardhat-waffle": "^2.0.3",
    "@typechain/ethers-v5": "^10.2.0",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "@typescript-eslint/parser": "^5.48.2",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "hardhat": "^2.12.6",
    "prettier": "^2.8.3",
    "typechain": "^8.1.1",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "@safe-global/safe-core-sdk-types": "^1.9.2",
    "@safe-global/safe-core-sdk-utils": "^1.7.4",
    "ethers": "5.7.2"
  }
}
