{
  "name": "@safe-global/safe-core-sdk-utils",
  "version": "1.7.4",
  "description": "Safe Core SDK Utilities",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "keywords": [
    "Ethereum",
    "Safe",
    "SDK"
  ],
  "scripts": {
    "safe-deployments": "ts-node scripts/checkSafeDeployments.ts",
    "unbuild": "rimraf dist *.tsbuildinfo .nyc_output",
    "build": "rimraf dist && yarn safe-deployments && tsc",
    "test": "nyc mocha -r ts-node/register tests/**/*.test.ts",
    "format": "prettier --write \"{src,tests}/**/*.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": {
    "@safe-global/safe-deployments": "^1.25.0",
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.11.18",
    "@types/semver": "^7.3.13",
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "@typescript-eslint/parser": "^5.48.2",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.3",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "@safe-global/safe-core-sdk-types": "^1.9.2",
    "semver": "^7.3.8",
    "web3-utils": "^1.8.1"
  }
}
