{
  "name": "@microsoft/powerbi-desktop-bridge-cli",
  "version": "0.1.2",
  "description": "CLI for Power BI Desktop Bridge automation: discover running Desktop instances, reload PBIR reports, and capture page screenshots over the named-pipe bridge. Public preview.",
  "keywords": [
    "powerbi",
    "pbir",
    "pbip",
    "cli",
    "microsoft"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/skills-for-fabric.git"
  },
  "homepage": "https://github.com/microsoft/skills-for-fabric#readme",
  "bugs": {
    "url": "https://github.com/microsoft/skills-for-fabric/issues"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "powerbi-desktop": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG",
    "LICENSE",
    "NOTICE"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "commander": "^13.0.0",
    "vscode-jsonrpc": "8.2.1"
  }
}