{
  "_from": "@microsoft/teams-js@^2.40.0",
  "_id": "@microsoft/teams-js@2.47.0",
  "_inBundle": false,
  "_integrity": "sha512-1PdgCgRgxwHZLjUAPvZJM4q+Dtff/bsCa3QQYw5AX4DGp8Ex56MWJ4/lO7NlwKqxzQuJ96MPfslP+KuOK4wn8Q==",
  "_location": "/@microsoft/teams-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@microsoft/teams-js@^2.40.0",
    "name": "@microsoft/teams-js",
    "escapedName": "@microsoft%2fteams-js",
    "scope": "@microsoft",
    "rawSpec": "^2.40.0",
    "saveSpec": null,
    "fetchSpec": "^2.40.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-2.47.0.tgz",
  "_shasum": "c171f2ce03a23e0a6a0972d9fe5262f1b4ba5005",
  "_spec": "@microsoft/teams-js@^2.40.0",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Microsoft Teams"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/microsoft-teams-library-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "base64-js": "^1.3.1",
    "debug": "^4.3.3"
  },
  "deprecated": false,
  "description": "Microsoft Client SDK for building app for Microsoft hosts",
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "eslint-plugin-recommend-no-namespaces": "file:./eslint-rules/eslint-plugin-recommend-no-namespaces"
  },
  "files": [
    "dist/**",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/OfficeDev/microsoft-teams-library-js#readme",
  "license": "MIT",
  "main": "./dist/umd/MicrosoftTeams.min.js",
  "module": "./dist/esm/packages/teams-js/src/index.js",
  "name": "@microsoft/teams-js",
  "repository": {
    "directory": "packages/teams-js",
    "type": "git",
    "url": "git+https://github.com/OfficeDev/microsoft-teams-library-js.git"
  },
  "scripts": {
    "build": "pnpm clean && pnpm lint && pnpm build-rollup && pnpm build-webpack && pnpm docs:validate && pnpm size",
    "build-rollup": "pnpm clean && rollup -c",
    "build-webpack": "webpack",
    "clean": "rimraf ./dist",
    "docs": "pnpm typedoc",
    "docs:validate": "pnpm typedoc --emit none",
    "lint": "pnpm eslint ./src ./test --max-warnings 0 --fix --ext .ts",
    "prettier": "prettier --write '**/*.{ts,js,css,html}'",
    "size": "size-limit",
    "test": "jest",
    "test:verbose": "pnpm test -- --verbose false --silent false"
  },
  "sideEffects": [
    "src/internal/communication.ts",
    "src/internal/nestedAppAuthUtils.ts",
    "src/internal/utils.ts",
    "src/internal/validOrigins.ts",
    "src/internal/videoEffectsUtils.ts",
    "src/private/constants.ts",
    "src/private/interfaces.ts",
    "src/public/constants.ts",
    "src/public/handlers.ts",
    "src/public/interfaces.ts"
  ],
  "typings": "./dist/esm/packages/teams-js/dts/index.d.ts",
  "version": "2.47.0"
}
