{
  "name": "hardhat-exposed",
  "version": "0.3.19",
  "description": "Automatically expose internal functions for smart contract testing",
  "license": "MIT",
  "author": "Francisco Giordano <frangio.1@gmail.com>",
  "repository": "github:frangio/hardhat-exposed",
  "main": "dist/plugin.js",
  "types": "dist/plugin.d.ts",
  "files": [
    "/dist",
    "/src",
    "!**/*.test.{js,d.ts}{,.map}",
    "!**/*.tsbuildinfo"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "prepare": "npm run clean && tsc",
    "test": "hardhat compile --force && ava",
    "test:watch": "hardhat compile --force && ava --watch"
  },
  "dependencies": {
    "micromatch": "^4.0.8",
    "solidity-ast": "^0.4.59"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@openzeppelin/contracts": "^4.9.3",
    "@types/micromatch": "^4.0.9",
    "@types/mocha": "^8.0.0",
    "@types/node": "^18.19.80",
    "ava": "^6.2.0",
    "ethers": "^5.7.2",
    "hardhat": "^2.22.18",
    "mocha": "^8.4.0",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "hardhat": "^2.3.0"
  }
}
