{
  "name": "@microsoft/agents-copilotstudio-client",
  "version": "0.2.7-gd7a3e9ef95",
  "homepage": "https://github.com/microsoft/Agents-for-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/Agents-for-js.git"
  },
  "author": {
    "name": "Microsoft",
    "email": "agentssdk@microsoft.com",
    "url": "https://aka.ms/Agents"
  },
  "description": "Microsoft Copilot Studio Client for JavaScript. Copilot Studio Client.",
  "keywords": [
    "Agents",
    "copilotstudio",
    "powerplatform"
  ],
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "dependencies": {
    "@microsoft/agents-activity": "0.2.7-gd7a3e9ef95",
    "axios": "^1.8.2",
    "debug": "^4.3.7"
  },
  "license": "MIT",
  "files": [
    "README.md",
    "dist/src",
    "src"
  ],
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "require": "./dist/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}