Files
power-apps-codeapps-pipelines/CodeApp_NeonReactor/node_modules/@azure/msal-node-runtime/package.json
T
2026-07-12 15:11:38 +02:00

41 lines
1.2 KiB
JSON

{
"name": "@azure/msal-node-runtime",
"version": "0.18.2",
"description": "Add-on for msal-node which enables token acquisition from native broker",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"copyBinaries.js",
"package.json"
],
"scripts": {
"compile": "cmake-js build --directory ../../../ --target install",
"build": "rollup -c",
"install": "node ./copyBinaries.js",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AzureAD/microsoft-authentication-library-for-cpp.git"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-cpp/issues"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"@types/jest": "^29.5.1",
"@types/node": "^18.6.3",
"cmake-js": "^7.2.1",
"jest": "^29.5.0",
"node-addon-api": "^6.0.0",
"rollup": "^2.77.2",
"ts-jest": "^29.1.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}