{
"name": "solid-grinder",
"version": "0.3.0",
"description": "A CLI that goes along with building blocks of smart contract. Along with our front-end snippets, this toolbox can reduce L2 gas cost by encoding calldata for dApps development to use as little bytes of calldata as possible.",
"scripts": {
"preinstall": "node ./install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ratimon/solid-grinder"
},
"author": "Rati Montreewat",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ratimon/solid-grinder/issues"
},
"homepage": "https://github.com/Ratimon/solid-grinder#readme"
,
"files": [
"binary-install.js",
"install.js",
"run.js",
"binary.js",
"README.md",
"LICENSE",
"contracts",
"cli",
"Cargo.lock",
"Cargo.toml"
],
"dependencies": {
"axios": "^0.26.1",
"rimraf": "^3.0.2",
"tar": "^6.1.11"
},
"bin": {
"solid-grinder": "run.js"
}
}