{
  "name": "@web3-react/gnosis-safe",
  "keywords": [
    "web3-react",
    "gnosis-safe"
  ],
  "author": "Noah Zinsmeister <noahwz@gmail.com>",
  "license": "GPL-3.0-or-later",
  "repository": "github:Uniswap/web3-react",
  "publishConfig": {
    "access": "public"
  },
  "version": "8.2.3",
  "files": [
    "dist/*"
  ],
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc",
    "start": "tsc --watch"
  },
  "dependencies": {
    "@safe-global/safe-apps-provider": "^0.17.1",
    "@safe-global/safe-apps-sdk": "^8.0.0",
    "@web3-react/types": "^8.2.2"
  }
}
