An interactive command-line interface (CLI) tool to help you install, use, and administer an AO instance.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

43 lines
1010 B

{
"name": "@autonomousorganization/ao-cli",
"version": "0.0.3",
"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",
"inquirer": "^8.2.4",
"nanospinner": "^1.1.0",
"socket-io": "^1.0.0",
"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"
}
}