@decentral.ee/web3-helpers
Version:
Helpers for web3 development.
37 lines (36 loc) • 949 B
JSON
{
"name": "@decentral.ee/web3-helpers",
"version": "0.5.3",
"description": "Helpers for web3 development.",
"main": "src/index.js",
"dependencies": {
"web3-utils": "^1.3.4"
},
"peerDependencies": {
"@openzeppelin/test-helpers": "^0.5.10"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.10",
"chai": "^4.3.0",
"truffle": "^5.1.67"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentral-ee/web3-test-helpers.git"
},
"keywords": [
"ethereum",
"web3",
"truffle",
"solidity"
],
"author": "Miao ZhiCheng <miao@decentral.ee>",
"license": "MIT",
"bugs": {
"url": "https://github.com/decentral-ee/web3-test-helpers/issues"
},
"homepage": "https://github.com/decentral-ee/web3-test-helpers#readme"
}