generate-react-comp-smart-contract
Version:
generate each smart contract function call as a seperate react component.
21 lines (20 loc) • 622 B
JSON
{
"name": "generate-react-comp-smart-contract",
"version": "1.3.0",
"description": "generate each smart contract function call as a seperate react component.",
"main": "index.js",
"scripts": {
"test": "generate-react-comp-smart-contract"
},
"keywords": ["etherum","smart contract","react component"],
"author": "khemnar-mayuresh <[khemnarmayuresh19@gmail.com](mailto:khemnarmayuresh19@gmail.com)>",
"license": "ISC",
"bin": {
"generate-react-comp-smart-contract": "bin/index.js"
},
"dependencies": {
"shelljs": "^0.8.5",
"http": "^0.0.1-security",
"fs": "^0.0.1-security"
}
}