{
  "name": "@microsoft/teams.apps",
  "version": "2.0.9",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/microsoft/teams.ts",
  "bugs": "https://github.com/microsoft/teams.ts/issues",
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/teams.ts.git",
    "directory": "packages/apps"
  },
  "keywords": [
    "microsoft",
    "teams",
    "msteams",
    "copilot",
    "ai",
    "adaptive-cards",
    "apps",
    "bots"
  ],
  "scripts": {
    "clean": "npx rimraf ./dist",
    "lint": "npx eslint",
    "lint:fix": "npx eslint --fix",
    "build": "npx tsc",
    "test": "npx jest",
    "generate": "npx quicktype -s schema -l typescript ./manifest.schema.json -o ./src/manifest.ts --prefer-unions --prefer-types --just-types"
  },
  "dependencies": {
    "@azure/msal-node": "^3.8.1",
    "@microsoft/teams.api": "2.0.9",
    "@microsoft/teams.common": "2.0.9",
    "@microsoft/teams.graph": "2.0.9",
    "axios": "^1.15.2",
    "cors": "^2.8.5",
    "express": "^5.0.0",
    "jsonwebtoken": "^9.0.2",
    "jwks-rsa": "^3.2.0",
    "reflect-metadata": "^0.2.2"
  },
  "devDependencies": {
    "@microsoft/teams.config": "2.0.9",
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.0.2",
    "@types/supertest": "^6.0.2",
    "cross-env": "^7.0.3",
    "jest": "^29.7.0",
    "jsonwebtoken": "^9.0.2",
    "quicktype": "^23.0.171",
    "rimraf": "^6.0.1",
    "supertest": "^7.0.0",
    "ts-jest": "^29.2.5",
    "tsup": "^8.4.0",
    "typescript": "^5.4.5"
  }
}
