{
  "name": "safe-wrapped-contract",
  "version": "1.0.6",
  "description": "Create safe-wrapped contracts to make contract calls with Gnosis safes",
  "main": "dist/index.js",
  "repository": "git@github.com:thundercore/safe-wrapped-contract.git",
  "author": "peter <peter@thundercore.tw>",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "keywords": [
    "gnosis-safe",
    "multisig"
  ],
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "yarn tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "yarn build"
  },
  "devDependencies": {
    "@safe-global/safe-core-sdk": "^3.3.1",
    "@safe-global/safe-ethers-lib": "^1.9.1",
    "@safe-global/safe-service-client": "^1.5.1",
    "@types/chai": "^4.1.7",
    "@types/fs-extra": "^5.0.4",
    "@types/mocha": "^5.2.6",
    "@types/node": "^8.10.38",
    "chai": "^4.2.0",
    "hardhat": "^2.0.0",
    "mocha": "^7.1.2",
    "prettier": "2.0.5",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "hardhat": "^2.0.0"
  }
}
