blob: 2e0f600e4a261b4f87c3c4fed7845321f6dd025e [file]
{
"name": "smart-contracts-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/postinstall.js"
},
"bin": {
"smart-contracts-cli": "index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^9.4.0",
"inquirer": "^8.2.4",
"fs-extra": "^10.0.0"
}
}