@microsoft/kiota-authentication-spfx
Version:
Authentication provider for using Kiota in SPFx solutions
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "@microsoft/kiota-authentication-spfx",
"version": "1.0.0-preview.99",
"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.99",
"@microsoft/sp-http": "^1.15.2",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
},
"browserslist": [
"defaults"
],
"gitHead": "b67992bce3a8ffd1eaff18e3dc9f30979e7d6f83"
}