{
  "name": "@autonomousorganization/ao-cli",
  "version": "0.1.8",
  "description": "An interactive command-line interface (CLI) tool to help you install, use, and administer an AO instance.",
  "repository": {
    "type": "git",
    "url": "http://git.coalitionofinvisiblecolleges.org:3009/autonomousorganization/ao-cli.git"
  },
  "main": "index.js",
  "bin": "./index.js",
  "type": "module",
  "scripts": {
    "start": "node .",
    "version": "node . -v",
    "prettier": "npx prettier",
    "debug": "node inspect ."
  },
  "keywords": [
    "AO",
    "Autonomous Organization",
    "autonomous",
    "autonomy",
    "DAO",
    "CIC",
    "pedagogy"
  ],
  "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",
    "envfile": "^6.17.0",
    "figlet": "^1.5.2",
    "gradient-string": "^2.0.1",
    "hash.js": "^1.1.7",
    "inquirer": "^8.2.4",
    "inquirer-interrupted-prompt": "^1.0.2",
    "marked": "^4.0.16",
    "marked-terminal": "^5.1.1",
    "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"
  },
  "devDependencies": {
    "prettier": "^2.6.2"
  }
}
