@makerdao-dux/gnosis-safe
Version:
32 lines (31 loc) • 705 B
JSON
{
"name": "@makerdao-dux/gnosis-safe",
"keywords": [
"web3-react",
"gnosis-safe"
],
"author": "Noah Zinsmeister <noahwz@gmail.com>",
"license": "GPL-3.0-or-later",
"repository": "makerdao-dux/web3-react",
"publishConfig": {
"access": "public"
},
"version": "8.0.6-beta.1",
"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": {
"@gnosis.pm/safe-apps-provider": "^0.12.0",
"@gnosis.pm/safe-apps-sdk": "^7.6.0",
"@web3-react/types": "^8.0.20-beta.0"
}
}