@solarity/hardhat-gobind
Version:
Generation of smart contract bindings for Golang
60 lines (59 loc) • 1.5 kB
JSON
{
"name": "@solarity/hardhat-gobind",
"version": "1.3.0",
"description": "Generation of smart contract bindings for Golang",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"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": "mocha --config .mocharc.json --recursive test/**/*.test.ts --timeout 10000 --exit",
"lint-fix": "prettier --write \"./**/*.{ts,js,sol}\"",
"publish-to-npm": "npm run build && npm run lint-fix && npm publish ./ --access public"
},
"dependencies": {
"lodash": "4.17.21"
},
"peerDependencies": {
"hardhat": "^2.10.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"chai": "^4.5.0",
"hardhat": "^2.24.0",
"husky": "^9.1.7",
"mocha": "^11.2.2",
"prettier": "^3.5.3",
"prettier-plugin-solidity": "^2.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}