{
	"name": "@microsoft/kiota-authentication-azure",
	"version": "1.0.0-preview.100",
	"description": "Authentication provider for Kiota using Azure Identity",
	"main": "dist/es/src/index.js",
	"module": "dist/es/src/index.js",
	"types": "dist/es/src/index.d.ts",
	"type": "module",
	"scripts": {
		"build": "npm run build:esm",
		"build:esm": "tsc && tsc-alias",
		"test:node": "vitest run",
		"test:browser": "vitest run --browser.name=chrome --browser.headless --browser.provider=webdriverio",
		"test": "npm run test:node && npm run test:browser",
		"test:coverage": "vitest run --coverage.enabled --coverage.provider=istanbul",
		"lint": "eslint . --ext .ts",
		"lint:fix": "eslint . --ext .ts --fix",
		"clean": "rimraf ./dist",
		"prepack": "node -e \"require('fs').copyFileSync(require('path').join(process.env.npm_config_local_prefix,'LICENSE'),'LICENSE')\""
	},
	"repository": "git://github.com/microsoft/kiota-typescript.git",
	"keywords": [
		"Kiota",
		"OpenApi",
		"Azure",
		"Authentication",
		"OAuth"
	],
	"author": "Microsoft",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/microsoft/kiota-typescript/issues"
	},
	"homepage": "https://github.com/microsoft/kiota-typescript#readme",
	"dependencies": {
		"@azure/core-auth": "^1.5.0",
		"@microsoft/kiota-abstractions": "^1.0.0-preview.100",
		"@opentelemetry/api": "^1.7.0",
		"tslib": "^2.6.2"
	},
	"publishConfig": {
		"access": "public"
	},
	"browserslist": [
		"defaults"
	]
}
