{
  "_args": [
    [
      "@microsoft/teams-js@1.12.0",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "@microsoft/teams-js@1.12.0",
  "_id": "@microsoft/teams-js@1.12.0",
  "_inBundle": false,
  "_integrity": "sha512-p1QRqUzgHRJdB7jFrW/2IoU7roS0V7F2chinVvL3XYJs0FxYHunVOhjkvpcg8S6u8YHD2BJMjkugI1k001buOA==",
  "_location": "/@microsoft/teams-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@microsoft/teams-js@1.12.0",
    "name": "@microsoft/teams-js",
    "escapedName": "@microsoft%2fteams-js",
    "scope": "@microsoft",
    "rawSpec": "1.12.0",
    "saveSpec": null,
    "fetchSpec": "1.12.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@microsoft/teams-js/-/teams-js-1.12.0.tgz",
  "_spec": "1.12.0",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Microsoft Teams"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/microsoft-teams-library-js/issues"
  },
  "description": "Microsoft Client SDK for building app for Microsoft teams",
  "devDependencies": {
    "@types/jest": "^23.3.5",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "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": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.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": "^4.1.2",
    "uglifyjs-webpack-plugin": "^2.2.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.12.0"
}
