UNPKG

@azure/identity-broker

Version:

A native plugin for Azure Identity credentials to enable broker authentication such as WAM

127 lines (126 loc) 4.54 kB
{ "name": "@azure/identity-broker", "version": "1.2.0", "sdk-type": "client", "description": "A native plugin for Azure Identity credentials to enable broker authentication such as WAM", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/commonjs/index.d.ts", "scripts": { "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", "build:samples": "echo skipped", "build:test": "dev-tool run build-package && dev-tool run bundle", "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "clean": "dev-tool run vendored rimraf --glob dist dist-esm types \"*.tgz\" \"*.log\"", "execute:samples": "echo skipped", "extract-api": "dev-tool run build-package && dev-tool run extract-api", "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "integration-test": "npm run integration-test:node && npm run integration-test:browser", "integration-test:browser": "echo skipped", "integration-test:node": "echo skipped", "lint": "eslint package.json api-extractor.json README.md src test", "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]", "pack": "npm pack 2>&1", "test": "npm run clean && npm run build:test && npm run unit-test && npm run integration-test", "test:browser": "echo skipped", "test:node": "npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node", "unit-test": "npm run unit-test:node && npm run unit-test:browser", "unit-test:browser": "echo skipped", "unit-test:node": "dev-tool run test:vitest -- --test-timeout 300000", "unit-test:manual": "dev-tool run test:node-ts-input -- --timeout 300000 'test/manual/node/popTokenSupport.spec.ts'", "update-snippets": "dev-tool run update-snippets" }, "files": [ "dist/", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "repository": "github:Azure/azure-sdk-for-js", "keywords": [ "azure", "cloud", "azure", "azure-active-directory", "WAM", "MSA support" ], "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker/README.md", "sideEffects": false, "dependencies": { "@azure/core-auth": "^1.9.0", "@azure/identity": "^4.7.0", "@azure/msal-node-extensions": "^1.3.0", "@azure/msal-node": "^3.2.2", "tslib": "^2.2.0" }, "devDependencies": { "@azure-tools/test-recorder": "^4.1.0", "@azure-tools/test-utils-vitest": "^1.0.0", "@azure/abort-controller": "^1.1.0", "@azure/core-client": "^1.7.0", "@azure/core-rest-pipeline": "^1.17.0", "@azure/core-util": "^1.6.0", "@azure/dev-tool": "^1.0.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure/logger": "^1.0.4", "@types/node": "^18.0.0", "@vitest/browser": "^3.0.3", "@vitest/coverage-istanbul": "^3.0.3", "eslint": "^9.9.0", "playwright": "^1.48.2", "typescript": "~5.7.2", "vitest": "^3.0.3" }, "//sampleConfiguration": { "productName": "Azure Identity Brokered Auth Plugin", "productSlugs": [ "azure", "azure-active-directory" ], "requiredResources": { "Microsoft Entra App Registration": "https://learn.microsoft.com/azure/active-directory/develop/quickstart-register-app" } }, "type": "module", "tshy": { "exports": { "./package.json": "./package.json", ".": "./src/index.ts" }, "dialects": [ "esm", "commonjs" ], "esmDialects": [ "browser" ], "selfLink": false, "project": "./tsconfig.src.json" }, "browser": "./dist/browser/index.js", "exports": { "./package.json": "./package.json", ".": { "browser": { "types": "./dist/browser/index.d.ts", "default": "./dist/browser/index.js" }, "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } } } }