UNPKG

crypto-guard-cli

Version:

A CLI tool to audit smart contracts using SAMBANOVA AI CLOUD

29 lines (28 loc) 576 B
{ "name": "crypto-guard-cli", "version": "1.0.0", "main": "index.js", "bin": { "cryptoguardai": "./index.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "crypto", "guard", "audit", "smart contract", "sambanova" ], "author": "Amit Patel", "license": "MIT", "description": "A CLI tool to audit smart contracts using SAMBANOVA AI CLOUD", "dependencies": { "commander": "^12.1.0", "inquirer": "^12.1.0", "openai": "^4.73.0" } }