{ "name": "@autonomousorganization/ao-cli", "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", "type": "module", "scripts": { "start": "node ." }, "keywords": [ "AO", "Autonomous Organization", "autonomous", "autonomy", "DAO", "CIC" ], "author": "Coalition of Invisible Colleges", "license": "AGPL-3.0-or-later", "dependencies": { "chalk": "^5.0.1", "chalk-animation": "^2.0.2", "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" }, "publishConfig": { "access": "public" }, "devDependencies": { } }