{
  "name": "@solarity/hardhat-gobind",
  "version": "2.0.2",
  "description": "Generation of smart contract bindings for Golang",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": "./dist/src/index.js"
  },
  "type": "module",
  "files": [
    "bin/",
    "dist/src/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dl-solarity/hardhat-gobind.git"
  },
  "keywords": [
    "ethereum",
    "solidity",
    "smart-contracts",
    "go-bindings",
    "hardhat",
    "hardhat-plugin",
    "distributedlab",
    "solarity"
  ],
  "author": "Distributed Lab",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dl-solarity/hardhat-gobind/issues"
  },
  "homepage": "https://github.com/dl-solarity/hardhat-gobind#readme",
  "scripts": {
    "prepare": "husky",
    "build": "tsc --build .",
    "test": "node --enable-source-maps --import ./test/loader-bootstrap.mjs --no-deprecation ./node_modules/mocha/bin/mocha.js --config .mocharc.json --recursive \"test/**/*.test.ts\" --timeout 100000 --exit",
    "lint-fix": "prettier --write \"./**/*.{ts,js,sol,cjs,cts}\"",
    "publish-to-npm": "npm run build && npm run lint-fix && npm publish ./ --access public",
    "eslint-check": "eslint ."
  },
  "dependencies": {
    "@nomicfoundation/hardhat-utils": "3.0.0",
    "@nomicfoundation/hardhat-zod-utils": "3.0.0",
    "abigenjs": "0.2.0",
    "lodash": "4.17.21",
    "zod": "3.25.76"
  },
  "peerDependencies": {
    "hardhat": "^3.0.0"
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.2",
    "@types/chai": "^4.3.20",
    "@types/mocha": "^10.0.10",
    "@typescript-eslint/eslint-plugin": "^8.44.1",
    "chai": "^4.5.0",
    "eslint": "^9.36.0",
    "eslint-plugin-promise": "^7.2.1",
    "hardhat": "^3.0.6",
    "husky": "^9.1.7",
    "jiti": "^2.6.0",
    "mocha": "^11.2.2",
    "prettier": "^3.5.3",
    "prettier-plugin-solidity": "^2.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.44.1"
  }
}
