UNPKG

@bitriel/multisig-wallet

Version:
64 lines (63 loc) 1.7 kB
{ "name": "@bitriel/multisig-wallet", "version": "0.4.0", "description": "MultiSignature Wallet", "repository": { "type": "git", "url": "git+https://github.com/bitriel/multisig-wallet.git" }, "license": "GPL-3.0", "bugs": { "url": "https://github.com/bitriel/multisig-wallet/issues" }, "homepage": "https://github.com/bitriel/multisig-wallet#readme", "keywords": [ "bitriel", "multisig", "wallet" ], "files": [ "artifacts/contracts/**/*.json", "!artifacts/contracts/**/*.dbg.json", "!artifacts/contracts/test/**/*", "contracts", "!contracts/test", "typechain" ], "scripts": { "compile": "hardhat compile", "test": "hardhat test", "clean": "hardhat clean", "coverage": "RUN_COVERAGE=1 hardhat coverage", "docs": "hardhat docgen" }, "engines": { "node": ">=10" }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.0", "@nomiclabs/hardhat-etherscan": "^3.0.0", "@nomiclabs/hardhat-waffle": "^2.0.0", "@openzeppelin/contracts": "^4.4.1", "@openzeppelin/hardhat-upgrades": "^1.12.0", "@typechain/ethers-v5": "^7.0.1", "@typechain/hardhat": "^2.3.0", "@types/chai": "^4.2.21", "@types/mocha": "^9.0.0", "@types/node": "^16.4.13", "chai": "^4.2.0", "dotenv": "^10.0.0", "ethereum-waffle": "^3.0.0", "ethers": "^5.0.0", "hardhat": "^2.6.5", "hardhat-contract-sizer": "^2.1.1", "hardhat-deploy": "^0.9.3", "hardhat-docgen": "^1.1.2", "hardhat-gas-reporter": "^1.0.4", "solhint": "^3.3.6", "solidity-coverage": "^0.7.16", "ts-node": "^10.1.0", "typechain": "^5.1.2", "typescript": "^4.3.5" } }