UNPKG

powerbi-cli

Version:

Power BI command line interface for managing Power BI Embedded workspace collections

39 lines (38 loc) 894 B
{ "name": "powerbi-cli", "version": "1.0.9", "main": "./index.js", "typings": "./index.d.ts", "scripts": { "precontrib": "npm install -g typings typescript && npm install", "contrib": "typings install && tsc" }, "author": "PowerBI <nugetpowerbi@microsoft.com> (https://dev.powerbi.com)", "license": "MIT", "preferGlobal": true, "bin": { "powerbi": "./bin/cli" }, "dependencies": { "colors": "^1.1.2", "commander": "^2.9.0", "lodash": "^4.11.1", "ms-rest": "^1.12.0", "powerbi-api": "^1.2" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/Microsoft/PowerBI-Cli.git" }, "keywords": [ "microsoft", "power", "bi", "cli" ], "bugs": { "url": "https://github.com/Microsoft/PowerBI-Cli/issues" }, "homepage": "https://github.com/Microsoft/PowerBI-Cli#readme" }