{
  "name": "@bitmovin/cli",
  "version": "0.7.0",
  "description": "Bitmovin CLI — manage encodings, player licenses, and analytics from the terminal",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "author": "Bitmovin, Inc.",
  "homepage": "https://github.com/bitmovin/cli#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitmovin/cli.git"
  },
  "bugs": {
    "url": "https://github.com/bitmovin/cli/issues"
  },
  "keywords": [
    "bitmovin",
    "cli",
    "encoding",
    "video",
    "streaming",
    "hls",
    "dash",
    "player",
    "analytics"
  ],
  "type": "module",
  "bin": {
    "bitmovin": "./bin/run.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "prepare": "[ -d dist ] || tsc -b",
    "build": "tsc -b",
    "dev": "tsc -b --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src",
    "postpack": "rm -f oclif.manifest.json",
    "prepack": "npm run build && oclif manifest"
  },
  "dependencies": {
    "@bitmovin/api-sdk": "^1.260.0",
    "@inquirer/prompts": "^8.5.2",
    "@oclif/core": "^4",
    "@oclif/plugin-autocomplete": "^3.2.43",
    "ajv": "^8.17.1",
    "chalk": "^5.4.1",
    "cli-progress": "^3.12.0",
    "cli-table3": "^0.6.5",
    "js-yaml": "^4.1.0",
    "open": "^10.2.0",
    "ora": "^8.1.1",
    "smol-toml": "^1.7.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@oclif/plugin-plugins": "^5.4.59",
    "@oclif/test": "^4.1.17",
    "@types/cli-progress": "^3.11.6",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22",
    "eslint": "^10.2.0",
    "oclif": "^4",
    "typescript": "^5.7",
    "typescript-eslint": "^8.58.2",
    "vitest": "^4.1.2"
  },
  "overrides": {
    "brace-expansion": "^5.0.6"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "oclif": {
    "bin": "bitmovin",
    "dirname": "bitmovin",
    "macos": {
      "identifier": "com.bitmovin.cli",
      "sign": "687757AC438BFBA10137B2912CBC03F8641BB388"
    },
    "plugins": [
      "@oclif/plugin-autocomplete"
    ],
    "commands": {
      "strategy": "pattern",
      "target": "./dist/commands"
    },
    "hooks": {
      "command_not_found": "./dist/hooks/command-not-found"
    },
    "topicSeparator": " ",
    "topics": {
      "agents": {
        "description": "Set up AI coding agents with Bitmovin skills, plugins, and MCP"
      },
      "skills": {
        "description": "Install and manage Bitmovin AI assistant skills"
      },
      "config": {
        "description": "Configure API key and defaults"
      },
      "config:list": {
        "description": "List configuration resources"
      },
      "encoding": {
        "description": "Encoding operations"
      },
      "encoding:templates": {
        "description": "Encoding templates (YAML-based workflows)"
      },
      "encoding:jobs": {
        "description": "Encoding job management"
      },
      "encoding:inputs": {
        "description": "Input source management"
      },
      "encoding:inputs:create": {
        "description": "Create input sources"
      },
      "encoding:outputs": {
        "description": "Output destination management"
      },
      "encoding:outputs:create": {
        "description": "Create output destinations"
      },
      "encoding:codecs": {
        "description": "Codec configuration management"
      },
      "encoding:codecs:create": {
        "description": "Create codec configurations"
      },
      "encoding:manifests": {
        "description": "Manifest management"
      },
      "player": {
        "description": "Player operations"
      },
      "player:licenses": {
        "description": "Player license management"
      },
      "player:domains": {
        "description": "Player domain allowlist management"
      },
      "player:analytics": {
        "description": "Player analytics linking"
      },
      "analytics": {
        "description": "Analytics operations"
      },
      "analytics:licenses": {
        "description": "Analytics license management"
      },
      "analytics:domains": {
        "description": "Analytics domain allowlist management"
      },
      "account": {
        "description": "Account information"
      },
      "account:organizations": {
        "description": "Organizations and sub-organizations"
      },
      "support": {
        "description": "Bitmovin support"
      },
      "support:tickets": {
        "description": "Support ticket management"
      }
    }
  }
}
