{
  "name": "@skaleboarder/safe-tools",
  "version": "0.0.24",
  "publishConfig": {
    "access": "public"
  },
  "description": "tools to interact with gnosis safe on sChains",
  "author": "Topper Bowers <topper@toppingdesign.com>",
  "homepage": "https://github.com/quorumcontrol/skale-boarder#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quorumcontrol/skale-boarder.git"
  },
  "files": [
    "dist",
    "contracts",
    "artifacts",
    "gnosis-safe-artifacts"
  ],
  "scripts": {
    "addresses": "hardhat addresses",
    "local": "hardhat deploy",
    "test": "hardhat test",
    "prebuild": "rm -rf dist",
    "build": "tsc -P tsconfig.build.json",
    "postbuild": "rm -f dist/hardhat/deploy/*.ts && rm -f dist/hardhat/deploy/*.map"
  },
  "bugs": {
    "url": "https://github.com/quorumcontrol/skale-boarder/issues"
  },
  "dependencies": {
    "@nomicfoundation/hardhat-toolbox": "^2.0.1",
    "@types/dotenv": "^8.2.0",
    "ethers": "5.7.2",
    "hardhat-deploy": "^0.11.29",
    "lodash": "^4.17.21",
    "yargs": "^17.7.1"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-network-helpers": "^1.0.8",
    "@openzeppelin/contracts": "^4.8.1",
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "typescript": "^4.9.5"
  },
  "gitHead": "77e31200f809130940bdcf3cb92449fc417218a3"
}
