{
  "name": "@microsoft/managed-apps",
  "version": "0.5.15",
  "type": "module",
  "description": "Client SDK for Microsoft Managed Apps",
  "license": "MIT",
  "exports": {
    "./app": {
      "types": "./dist/app/index.d.ts",
      "default": "./dist/app/index.js"
    },
    "./auth": {
      "types": "./dist/auth/index.d.ts",
      "default": "./dist/auth/index.js"
    },
    "./data": {
      "types": "./dist/data/index.d.ts",
      "default": "./dist/data/index.js"
    },
    "./telemetry": {
      "types": "./dist/telemetry/index.d.ts",
      "default": "./dist/telemetry/index.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsc -p tsconfig.json --watch",
    "check-types": "tsc --noEmit",
    "lint": "eslint src/",
    "test": "bun test --isolate src/",
    "clean": "bun ../../scripts/clean.ts dist .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo"
  },
  "dependencies": {
    "@microsoft/managed-apps-common": "0.22.1"
  },
  "devDependencies": {
    "@repo/repo-config": "0.0.0",
    "@types/bun": "1.3.13",
    "typescript": "5.9.3"
  }
}
