UNPKG

@microsoft/kiota-authentication-spfx

Version:

Authentication provider for using Kiota in SPFx solutions

58 lines (57 loc) 1.53 kB
{ "name": "@microsoft/kiota-authentication-spfx", "version": "1.0.0-preview.97", "description": "Authentication provider for using Kiota in SPFx solutions", "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:browser": "vitest run --browser.name=chrome --browser.headless --browser.provider=webdriverio", "test:node": "vitest --run", "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" }, "repository": "git://github.com/microsoft/kiota-typescript.git", "keywords": [ "Kiota", "OpenApi", "Azure", "Authentication", "OAuth", "SPFx", "AzureAD", "Graph", "SharePoint" ], "author": "Microsoft", "contributors": [ { "name": "Luis Mañez", "url": "https://github.com/luismanez" } ], "license": "MIT", "bugs": { "url": "https://github.com/microsoft/kiota-typescript/issues" }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { "@microsoft/kiota-abstractions": "^1.0.0-preview.97", "@microsoft/sp-http": "^1.15.2", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" }, "publishConfig": { "access": "public" }, "browserslist": [ "defaults" ], "gitHead": "9f0ab765293ae34191c1f5966dba20454e12a255" }