|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{ |
|
|
|
|
"name": "@autonomousorganization/ao-cli", |
|
|
|
|
"version": "0.0.3", |
|
|
|
|
"version": "0.0.2", |
|
|
|
|
"description": "An interactive command-line interface (CLI) tool to help you install, use, and administer an AO instance.", |
|
|
|
|
"main": "index.js", |
|
|
|
|
"bin": "./index.js", |
|
|
|
@ -24,20 +24,20 @@
|
|
|
|
|
"crypto": "^1.0.1", |
|
|
|
|
"figlet": "^1.5.2", |
|
|
|
|
"gradient-string": "^2.0.1", |
|
|
|
|
"hash.js": "^1.1.7", |
|
|
|
|
"inquirer": "^8.2.4", |
|
|
|
|
"mdlog": "^1.0.3", |
|
|
|
|
"nanospinner": "^1.1.0", |
|
|
|
|
"sha.js": "^2.4.11", |
|
|
|
|
"socket-io": "^1.0.0", |
|
|
|
|
"socket.io-client": "^4.5.1", |
|
|
|
|
"superagent": "^7.1.6" |
|
|
|
|
"uuid": "^8.3.2", |
|
|
|
|
"yaml-head-loader": "^1.0.2", |
|
|
|
|
"mdlog": "^1.0.3" |
|
|
|
|
}, |
|
|
|
|
"publishConfig": { |
|
|
|
|
"access": "public" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"hash.js": "^1.1.7", |
|
|
|
|
"sha.js": "^2.4.11", |
|
|
|
|
"socket.io-client": "^4.5.1", |
|
|
|
|
"superagent": "^7.1.6" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|