UNPKG

gotake-contracts

Version:

TypeChain generated types and ABIs for GoTake contracts

76 lines 2.49 kB
{ "name": "gotake-contracts", "version": "0.2.5", "description": "TypeChain generated types and ABIs for GoTake contracts", "packageManager": "yarn@4.3.1", "main": "dist", "files": [ "artifacts", "dist", "contracts", "typechain" ], "scripts": { "build": "yarn build:v5", "build:v5": "yarn compile && yarn typechain && node scripts/build.js && yarn transpile-dist", "compile": "hardhat compile", "typechain": "hardhat typechain", "transpile": "tsc", "transpile-dist": "tsc -p tsconfig.dist.json", "publish-contracts": "node scripts/publish.js", "batch-deploy": "node scripts/batch-deploy.js" }, "peerDependencies": { "ethers": "^5.7.0" }, "devDependencies": { "@layerzerolabs/eslint-config-next": "~2.3.39", "@layerzerolabs/lz-definitions": "^3.0.75", "@layerzerolabs/lz-evm-messagelib-v2": "^3.0.75", "@layerzerolabs/lz-evm-protocol-v2": "^3.0.75", "@layerzerolabs/lz-evm-v1-0.7": "^3.0.75", "@layerzerolabs/lz-v2-utilities": "^3.0.75", "@layerzerolabs/oapp-evm": "^0.3.2", "@layerzerolabs/oft-evm": "^3.1.3", "@layerzerolabs/prettier-config-next": "^2.3.39", "@layerzerolabs/solhint-config": "^3.0.12", "@layerzerolabs/toolbox-foundry": "~0.1.12", "@layerzerolabs/toolbox-hardhat": "~0.6.11", "@nomicfoundation/hardhat-chai-matchers": "^1.0.6", "@nomicfoundation/hardhat-ignition": "^0.15.10", "@nomicfoundation/hardhat-ignition-ethers": "^0.15.10", "@nomicfoundation/hardhat-network-helpers": "^1.0.12", "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@nomicfoundation/hardhat-verify": "^2.0.13", "@nomicfoundation/ignition-core": "^0.15.10", "@nomiclabs/hardhat-ethers": "^2.2.3", "@openzeppelin/contracts": "^5.2.0", "@typechain/ethers-v5": "^11.1.2", "@typechain/hardhat": "^9.1.0", "@types/chai": "^4.2.0", "@types/mocha": "^10.0.10", "@types/node": "^22.13.14", "chai": "^4.2.0", "dotenv": "^16.4.7", "ethers": "5.7.2", "hardhat": "^2.22.19", "hardhat-deploy": "^0.12.4", "hardhat-gas-reporter": "^1.0.9", "solidity-coverage": "^0.8.14", "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^5.8.2" }, "keywords": [ "ethereum", "smart-contracts", "gotake", "hardhat", "typechain" ], "license": "MIT", "dependencies": { "@openzeppelin/contracts-upgradeable": "^5.3.0", "@openzeppelin/hardhat-upgrades": "^3.9.0" } }