{
  "name": "@teams.sdk/client",
  "version": "0.1.39",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/aacebo/teams-sdk-js",
  "bugs": "https://github.com/aacebo/teams-sdk-js/issues",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aacebo/teams-sdk-js.git",
    "directory": "packages/client"
  },
  "keywords": [
    "microsoft",
    "teams",
    "msteams",
    "copilot",
    "ai",
    "adaptive-cards",
    "apps",
    "client"
  ],
  "scripts": {
    "clean": "npx rimraf ./dist",
    "build": "npx tsup",
    "test": "npx jest"
  },
  "dependencies": {
    "uuid": "^11.0.5"
  },
  "peerDependencies": {
    "@teams.sdk/api": "*",
    "@teams.sdk/common": "*"
  },
  "devDependencies": {
    "@teams.sdk/config": "*",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "tsup": "^8.4.0",
    "typescript": "^5.4.5"
  }
}
