| { | |
| "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" | |
| } | |
| } |