UNPKG

powerbi-client

Version:

JavaScript library for embedding Power BI into your apps. Provides service which makes it easy to embed different types of components and an object model which allows easy interaction with these components such as changing pages, applying filters, and res

92 lines (91 loc) 2.77 kB
{ "name": "powerbi-client", "version": "2.18.7", "description": "JavaScript library for embedding Power BI into your apps. Provides service which makes it easy to embed different types of components and an object model which allows easy interaction with these components such as changing pages, applying filters, and responding to data selection.", "main": "dist/powerbi.js", "types": "dist/powerbi-client.d.ts", "files": [ "dist" ], "directories": { "test": "test" }, "scripts": { "build": "gulp build", "start": "http-server ./demo", "prestart": "cd demo && npm install", "test": "gulp test", "gulp": "gulp", "tests": "npm test -- --chrome --watch --debug" }, "keywords": [ "microsoft", "powerbi", "embedded", "visuals" ], "repository": { "type": "git", "url": "https://github.com/Microsoft/PowerBI-JavaScript.git" }, "author": "Microsoft", "license": "MIT", "devDependencies": { "@types/jasmine": "^3.5.10", "@types/jquery": "^3.3.34", "@types/jsen": "0.0.19", "@types/karma-jasmine": "^3.1.0", "@types/node": "^14.14.7", "@types/npm": "^2.0.31", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "del": "^2.2.2", "es6-promise": "^3.2.1", "eslint": "^7.13.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsdoc": "^30.7.7", "eslint-plugin-prefer-arrow": "^1.2.2", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-flatten": "^0.2.0", "gulp-gh-pages": "^0.5.4", "gulp-header": "^1.8.7", "gulp-help-four": "^0.2.3", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-typedoc": "^2.0.0", "gulp-typescript": "^4.0.1", "gulp-watch": "^5.0.1", "gulp4-run-sequence": "^1.0.0", "http-server": "^0.12.1", "ignore-loader": "^0.1.1", "jasmine-core": "3.10.1", "jquery": "^3.3.1", "json-loader": "^0.5.4", "karma": "6.3.5", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.3", "karma-firefox-launcher": "^1.2.0", "karma-jasmine": "4.0.1", "karma-jasmine-html-reporter": "1.7.0", "karma-phantomjs-launcher": "^1.0.4", "karma-spec-reporter": "0.0.32", "moment": "^2.14.1", "phantomjs-prebuilt": "^2.1.16", "ts-loader": "^6.2.2", "typedoc": "^0.15.0", "typescript": "^4.1.3", "webpack": "^4.44.2", "webpack-stream": "^5.2.1", "yargs": "^16.1.0" }, "dependencies": { "http-post-message": "^0.2", "powerbi-models": "^1.9.7", "powerbi-router": "^0.1", "window-post-message-proxy": "^0.2" }, "publishConfig": { "tag": "beta" } }