@sphereon/ssi-sdk.ms-authenticator
Version:
60 lines (59 loc) • 1.33 kB
JSON
{
"name": "@sphereon/ssi-sdk.ms-authenticator",
"version": "0.37.1",
"source": "src/index.ts",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"react-native": "./dist/index.js",
"import": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@azure/msal-common": "^13.3.3",
"@azure/msal-node": "^1.18.4",
"cross-fetch": "^4.1.0",
"object-hash": "^3.0.0"
},
"devDependencies": {
"@types/object-hash": "^3.0.6",
"prettier": "^2.8.8"
},
"engines": {
"node": ">= 20.0.0 < 22"
},
"files": [
"dist",
"src",
"README.md",
"plugin.schema.json",
"LICENSE"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Microsoft",
"msal",
"Active Directory",
"Sphereon",
"SSI",
"Veramo"
],
"gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe"
}