UNPKG

@azure/functions-authentication-events

Version:

Typescript Trigger SDK for Azure AD Authentication event custom extensions. Lets you focus on your business logic.

118 lines (117 loc) 4.88 kB
{ "name": "@azure/functions-authentication-events", "version": "1.0.0-beta.2", "description": "Typescript Trigger SDK for Azure AD Authentication event custom extensions. Lets you focus on your business logic.", "sdk-type": "client", "main": "dist/index.js", "module": "dist-esm/src/index.js", "types": "types/latest/functions-authentication-events.d.ts", "scripts": { "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", "build:samples": "echo Obsolete", "build:test": "npm run clean && tsc -p . && dev-tool run bundle", "build:types": "downlevel-dts types/latest/ types/3.1/", "build": "npm run build:test && api-extractor run --local && npm run build:types", "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "clean": "rimraf dist dist-* temp types *.tgz *.log", "execute:samples": "dev-tool samples run samples-dev", "extract-api": "tsc -p . && api-extractor run --local", "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", "generate:client": "autorest --typescript ./swagger/README.md", "integration-test:browser": "dev-tool run test:browser", "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/**/*.spec.ts'", "integration-test": "npm run integration-test:node && npm run integration-test:browser", "lint:fix": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]", "lint": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js", "pack": "npm pack 2>&1", "test:browser": "npm run clean && npm run build:test && npm run integration-test:browser", "test:node": "npm run clean && tsc -p . && npm run integration-test:node", "test": "npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test", "unit-test:browser": "npm run integration-test:browser", "unit-test:node": "npm run integration-test:node", "unit-test": "npm run unit-test:node && npm run unit-test:browser" }, "files": [ "dist/", "dist-esm/src/", "types/latest/", "types/3.1/", "README.md", "LICENSE" ], "repository": "github:Azure/azure-sdk-for-js", "engines": { "node": ">=14.0.0" }, "keywords": [ "azure", "cloud", "typescript" ], "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/blob/main/sdk/entra/azure-functions-authentication-events/README.md", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.4.0", "@azure/core-rest-pipeline": "^1.4.0", "@azure/core-tracing": "^1.0.0", "@azure/logger": "^1.0.0", "tslib": "^2.2.0" }, "devDependencies": { "@azure/dev-tool": "^1.0.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure/identity": "^2.0.1", "@azure/test-utils": "^1.0.0", "@azure-tools/test-credential": "~1.0.0", "@azure-tools/test-recorder": "^2.0.0", "@microsoft/api-extractor": "^7.31.1", "@types/chai": "^4.1.6", "@types/mocha": "^7.0.2", "@types/node": "^14.0.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "dotenv": "^8.2.0", "downlevel-dts": "^0.8.0", "eslint": "^8.0.0", "esm": "^3.2.18", "inherits": "^2.0.3", "karma": "^6.2.0", "karma-chrome-launcher": "^3.0.0", "karma-coverage": "^2.0.0", "karma-edge-launcher": "^0.4.2", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.1.0", "karma-ie-launcher": "^1.0.0", "karma-json-preprocessor": "^0.3.3", "karma-json-to-file-reporter": "^1.0.1", "karma-junit-reporter": "^2.0.1", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "mocha": "^7.1.1", "mocha-junit-reporter": "^2.0.0", "nyc": "^15.0.0", "prettier": "^2.5.1", "rimraf": "^3.0.0", "source-map-support": "^0.5.9", "typescript": "~4.6.0", "util": "^0.12.1", "@azure/functions": "^3.2.0" }, "//sampleConfiguration": { "skipFolder": false, "disableDocsMs": true, "productName": "Azure Template", "productSlugs": [], "apiRefLink": "https://docs.microsoft.com/javascript/api/", "requiredResources": { "Azure App Configuration": "https://docs.microsoft.com/azure/azure-app-configuration/" } } }