UNPKG

@azure/msal-node-extensions

Version:

![npm (scoped)](https://img.shields.io/npm/v/@azure/msal-node-extensions) ![npm](https://img.shields.io/npm/dw/@azure/msal-node-extensions)

89 lines (88 loc) 2.44 kB
{ "name": "@azure/msal-node-extensions", "version": "1.5.9", "repository": { "type": "git", "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" }, "license": "MIT", "type": "module", "module": "dist/index.mjs", "types": "dist/index.d.ts", "main": "lib/msal-node-extensions.cjs", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./lib/types/index.d.ts", "default": "./lib/msal-node-extensions.cjs" } }, "./package.json": "./package.json" }, "keywords": [ "js", "ts", "node", "AAD", "msal", "extensions" ], "files": [ "dist", "bin", "lib" ], "engines": { "node": ">=16" }, "scripts": { "compile": "node-gyp rebuild", "install": "exit 0", "clean": "shx rm -rf dist bin lib", "build": "npm run clean && rollup -c --strictDeprecations --bundleConfigAsCjs && node ./scripts/buildBinaries.cjs", "build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-node-extensions", "test": "jest", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts", "lint:fix": "npm run lint -- --fix", "format:check": "prettier --ignore-path .gitignore --check src test", "format:fix": "prettier --ignore-path .gitignore --write src test", "prepack": "npm run build:all && node ./scripts/checkBinaries.cjs" }, "author": { "name": "Microsoft", "email": "nugetaad@microsoft.com", "url": "https://www.microsoft.com" }, "beachball": { "disallowedChangeTypes": [ "major" ] }, "dependencies": { "@azure/msal-common": "15.4.0", "@azure/msal-node-runtime": "^0.18.1", "keytar": "^7.8.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-typescript": "^11.1.0", "@types/jest": "^29.5.1", "@types/node": "^20.3.1", "eslint-config-msal": "file:../../shared-configs/eslint-config-msal", "jest": "^29.5.0", "msal-test-utils": "file:../../shared-test-utils", "node-addon-api": "^6.1.0", "rollup": "^4.22.4", "rollup-msal": "file:../../shared-configs/rollup-msal", "shx": "^0.3.4", "ts-jest": "^29.1.0", "ts-jest-mock-import-meta": "^1.1.0", "tslib": "^2.0.0", "typescript": "^4.9.5" } }