{
  "name": "uncloud-cli",
  "version": "0.8.2",
  "description": "Deploy any directory to your own cloud and get a URL. Guided deploys that catch what breaks before it breaks, plus Postgres, domains and scaling \u2014 driven from your terminal, or by Claude Code and OpenAI Codex through the bundled agent skill.",
  "bin": {
    "uncloud": "bin/uncloud.js"
  },
  "files": [
    "bin/uncloud.js",
    "bin/postinstall.js",
    "lib/",
    "skills/",
    "vendor/",
    "README.md"
  ],
  "engines": {
    "node": ">=16"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "keywords": [
    "uncloud",
    "cli",
    "deploy",
    "deployment",
    "paas",
    "self-hosted",
    "docker",
    "dockerfile",
    "postgres",
    "devops",
    "hosting",
    "kubernetes",
    "claude-code",
    "ai-agents",
    "codex",
    "openai",
    "claude",
    "anthropic",
    "agent-skill"
  ],
  "homepage": "https://uncloud.club/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TeamDukaan/dukaanUnCloud.git",
    "directory": "cli"
  },
  "bugs": {
    "url": "https://github.com/TeamDukaan/dukaanUnCloud/issues"
  },
  "license": "MIT",
  "scripts": {
    "postinstall": "node bin/postinstall.js"
  }
}
