@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
16 lines (15 loc) • 313 B
JSON
{
"name": "sdk-network-connection",
"version": "1.0.0",
"description": "",
"main": "solo-network-connection.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hashgraph/sdk": "^2.53.0"
}
}