@giveth/eth-contract-class
Version:
generate js wrapper class around an ethereum contract
37 lines (36 loc) • 921 B
JSON
{
"name": "@giveth/eth-contract-class",
"version": "1.2.0",
"description": "generate js wrapper class around an ethereum contract",
"main": "lib/generateClass.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel --source-maps -d lib/ src/",
"prepare": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Giveth/eth-contract-class.git"
},
"keywords": [
"ethereum",
"giveth"
],
"author": "perissology",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Giveth/eth-contract-class/issues"
},
"homepage": "https://github.com/Giveth/eth-contract-class#readme",
"dependencies": {
"web3-core-promievent": "^1.5.1"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0"
}
}