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.
 
 
 

46 lines
1.1 KiB

{
"name": "@autonomousorganization/ao-cli",
"version": "0.0.6",
"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": {
"ansimd": "^0.2.1",
"chalk": "^5.0.1",
"chalk-animation": "^2.0.2",
"crypto": "^1.0.1",
"envfile": "^6.17.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.1",
"hash.js": "^1.1.7",
"inquirer": "^8.2.4",
"marked": "^4.0.16",
"marked-terminal": "^5.1.1",
"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",
"wrap-ansi": "^8.0.1",
"yaml-head-loader": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}