{
  "name": "@guzus/mothership-cli",
  "version": "0.1.0",
  "description": "CLI tool for managing Mothership bot orchestrator",
  "main": "dist/index.js",
  "bin": {
    "mothership": "./dist/cli.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "dev": "npm run build && node dist/cli.js"
  },
  "keywords": [
    "telegram",
    "bot",
    "cli",
    "orchestrator",
    "mothership"
  ],
  "author": "Mothership Team",
  "license": "MIT",
  "dependencies": {
    "@guzus/mothership": "^1.0.0",
    "commander": "^11.1.0",
    "chalk": "^4.1.2",
    "inquirer": "^8.2.5",
    "ora": "^5.4.1",
    "dotenv": "^16.3.1",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/inquirer": "^8.2.5",
    "@types/js-yaml": "^4.0.9",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}