{
  "name": "react-powerbi-client",
  "version": "0.0.3",
  "description": "A library which wraps the core powerbi-client library by providing components to easily embed within your react applications.",
  "main": "dist/react-powerbi.js",
  "typings": "dist/dist/src/react-powerbi.d.ts",
  "scripts": {
    "build": "rmdir /s /q dist && webpack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc",
    "webpack": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shadel/PowerBI-React.git"
  },
  "keywords": [
    "microsoft",
    "powerbi",
    "react",
    "javascript",
    "embedded",
    "reports",
    "bi",
    "business",
    "intelligence"
  ],
  "files": [
    "dist"
  ],
  "author": "Microsoft Power BI Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shadel/PowerBI-React/issues"
  },
  "homepage": "https://github.com/shadel/PowerBI-React#readme",
  "dependencies": {
    "powerbi-client": "^2.1.1",
    "react": "^15.3.1",
    "react-dom": "^15.3.1",
    "ts-loader": "^4.4.2",
    "webpack": "^4.16.5"
  },
  "devDependencies": {
    "typescript": "^3.0.1",
    "typings": "^1.3.3",
    "webpack-cli": "^3.1.0"
  }
}
