{
  "name": "@microsoft/powerappsauthoringsdk",
  "version": "0.3.0",
  "description": "Allows users to programmatically launch and listen to events from the Canvas Apps Maker experience.",
  "dependencies": {
    "@microsoft/applicationinsights-web": "^2.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "@dev/universal-remote": "0.4.8",
    "@types/chai": "^4.1.7",
    "@types/jest": "^24.0.13",
    "babel-loader": "^8.0.6",
    "babel-polyfill": "^6.26.0",
    "chai": "^4.2.0",
    "chromedriver": "^74.0.0",
    "gulp": "4.0.0",
    "gulp-tslint": "8.1.4",
    "gulp-typescript": "^5.0.0",
    "gulp-uglify-es": "^1.0.4",
    "jest": "^24.8.0",
    "jest-junit-reporter": "^1.1.0",
    "npm": "^6.9.0",
    "selenium-webdriver": "^4.0.0-alpha.1",
    "ts-jest": "^24.0.0",
    "tslint": "5.11.0",
    "typescript": "^3.4.5",
    "webpack": "^4.32.2",
    "webpack-stream": "^5.2.1",
    "yargs": "^13.2.4"
  },
  "scripts": {
    "build": "..\\common\\typescriptBuild \"--relative_path=src\\PowerAppsAuthoringSdk\"",
    "pack": "npm pack",
    "test": "jest --no-cache",
    "clear-test-cache": "jest --clearCache"
  },
  "files": [
    "PowerAppsAuthoringSdk/**/*",
    "common/**/*",
    "tsconfig.json"
  ],
  "main": "./PowerAppsAuthoringSdk/powerappsauthoringsdk-min.js",
  "types": "./PowerAppsAuthoringSdk/index.d.ts",
  "keywords": [
    "PowerApps",
    "Canvas Apps",
    "Authoring Sdk",
    "Maker"
  ],
  "author": "Microsoft",
  "license": "See License in LICENSE"
}
