{
  "name": "@microsoft/rayfin-auth-provider-fabric",
  "version": "1.35.1",
  "description": "Fabric brokered authentication provider for Rayfin SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "assets/docs/**/*.md",
    "!dist/**/__tests__/**",
    "LICENSE"
  ],
  "type": "module",
  "dependencies": {
    "@microsoft/rayfin-auth": "1.35.1",
    "@microsoft/rayfin-lib": "1.35.1",
    "@microsoft/fabric-embedded-host": "1.35.1"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "vitest": "^3.2.3",
    "@vitest/coverage-v8": "~3.2.4",
    "rimraf": "~6.0.1"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com",
    "access": "restricted"
  },
  "rayfinDocs": {
    "version": 1,
    "dir": "assets/docs",
    "module": "rayfin-auth-provider-fabric",
    "kind": "api-reference"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rayfin.git",
    "directory": "packages/typescript-sdk/auth-provider-fabric"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "scripts": {
    "build": "tsc && node ../scripts/fix-esm-extensions.mjs ./dist",
    "build:watch": "tsc --watch",
    "clean": "rimraf dist && rimraf .tsbuildinfo",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}