{
  "_from": "@microsoft/teams-js",
  "_id": "@microsoft/teams-js@1.10.0",
  "_inBundle": false,
  "_integrity": "sha512-g8+ox5nWe9IjDFRHnCXk7mkQRGjHFcAMSn7JpUtJfuWu2tDUmXAp/4LUSgewvBbbmy68YtS+KTFPHRyUoTzk6w==",
  "_location": "/@microsoft/teams-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@microsoft/teams-js",
    "name": "@microsoft/teams-js",
    "escapedName": "@microsoft%2fteams-js",
    "scope": "@microsoft",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-1.10.0.tgz",
  "_shasum": "ab171a47d4907a1b74c39999eb80c0b80ed71a9f",
  "_spec": "@microsoft/teams-js",
  "_where": "/home/arun/Work/sdpk-content",
  "author": {
    "name": "Microsoft Teams"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/microsoft-teams-library-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Microsoft Client SDK for building app for Microsoft teams",
  "devDependencies": {
    "@types/jest": "^23.3.5",
    "@typescript-eslint/eslint-plugin": "^1.10.2",
    "@typescript-eslint/parser": "^1.10.2",
    "azure-keyvault": "^3.0.4",
    "del": "2.2.2",
    "deploy-azure-cdn": "^2.1.0",
    "dts-builder": "^1.1.6",
    "dts-bundle": "^0.7.3",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-prettier": "^3.1.0",
    "fs-jetpack": "^2.2.2",
    "jest": "^23.6.0",
    "merge2": "1.0.2",
    "prettier": "^1.18.2",
    "ts-jest": "^23.10.4",
    "ts-loader": "^5.2.1",
    "tslint": "^5.8.0",
    "tslint-eslint-rules": "^4.1.1",
    "typescript": "^2.5.0",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.2",
    "yargs": "^8.0.1"
  },
  "files": [
    "dist/**",
    "dts/**",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/OfficeDev/microsoft-teams-library-js#readme",
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  },
  "license": "MIT",
  "main": "./dist/MicrosoftTeams.min.js",
  "name": "@microsoft/teams-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/microsoft-teams-library-js.git"
  },
  "scripts": {
    "build": "yarn lint && webpack",
    "doctor": "yarn lint --fix",
    "lint": "eslint ./src/**/*.ts",
    "prettier": "prettier --write '**/*.{ts,js,css,html}'",
    "test": "jest"
  },
  "typings": "./dist/MicrosoftTeams.d.ts",
  "version": "1.10.0"
}
