{
  "name": "@microsoft/teams.graph",
  "version": "2.0.13",
  "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/graph"
  },
  "keywords": [
    "microsoft",
    "teams",
    "msteams",
    "copilot",
    "graph"
  ],
  "scripts": {
    "clean": "npx rimraf ./dist",
    "build": "npx cross-env NODE_OPTIONS='--max-old-space-size=16384' npx tsup && npx rimraf ./dist/index.d.mts",
    "lint": "npx eslint",
    "lint:fix": "npx eslint --fix",
    "test": "npx jest"
  },
  "dependencies": {
    "@microsoft/teams.common": "2.0.13",
    "qs": "^6.15.2"
  },
  "devDependencies": {
    "@microsoft/teams.config": "2.0.13",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.0.2",
    "@types/qs": "^6.9.15",
    "cross-env": "^7.0.3",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "tsx": "^4.20.6",
    "tsup": "^8.4.0",
    "typescript": "^5.4.5"
  }
}
