{
  "name": "@lbertenasco/contract-utils",
  "description": "utility smart contracts",
  "version": "0.3.8",
  "files": [
    "/contracts/**/*.sol",
    "/interfaces/**/*.sol",
    "/artifacts",
    "!/contracts/mock",
    "!/artifacts/@openzeppelin",
    "!/artifacts/build-info"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lbertenasco/contract-utils.git"
  },
  "author": "Luciano Bertenasco <lbertenasco@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lbertenasco/contract-utils/issues"
  },
  "keywords": [
    "solidity",
    "ethereum",
    "smart",
    "contracts",
    "utility",
    "utils"
  ],
  "dependencies": {
    "@lbertenasco/bonded-stealth-tx": "0.3.1",
    "@openzeppelin/contracts": "4.2.0"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "2.0.2",
    "@nomiclabs/hardhat-etherscan": "2.1.4",
    "@nomiclabs/hardhat-waffle": "2.0.1",
    "chai": "4.3.4",
    "ethereum-waffle": "3.4.0",
    "ethers": "5.4.1",
    "hardhat": "2.4.3",
    "hardhat-gas-reporter": "1.0.4",
    "prompt-confirm": "2.0.4"
  },
  "scripts": {
    "test": "npx hardhat test",
    "test:gas": "REPORT_GAS=true npx hardhat test",
    "compile": "npx hardhat compile"
  },
  "homepage": "https://github.com/lbertenasco/contract-utils#readme",
  "main": "",
  "directories": {
    "doc": "docs",
    "test": "tests"
  }
}
