{
  "name": "@owdproject/cli",
  "version": "0.2.1",
  "description": "Control Panel and Command Line Interface for Open Web Desktop",
  "keywords": [
    "owd",
    "desktop",
    "cli",
    "tui",
    "control-panel"
  ],
  "homepage": "https://github.com/owdproject/cli#readme",
  "bugs": {
    "url": "https://github.com/owdproject/cli/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owdproject/cli.git"
  },
  "license": "MIT",
  "author": {
    "name": "Open Web Desktop Team",
    "url": "https://github.com/owdproject"
  },
  "type": "module",
  "bin": {
    "desktop": "bin/desktop.js",
    "owd": "bin/owd.js"
  },
  "files": [
    "bin",
    "go"
  ],
  "dependencies": {
    "neo-blessed": "^0.2.0",
    "cli-spinners": "^2.9.2",
    "defu": "^6.1.4",
    "getopts": "^2.3.0",
    "log-symbols": "^4.1.0",
    "mitt": "^3.0.1",
    "nanoid": "^5.1.11",
    "shellwords": "^1.1.1",
    "ts-morph": "^25.0.1",
    "@owdproject/core": "3.5.0"
  }
}