spa-entra-id
Version:
Single Page Application with Azure Entra ID authentication using MSAL
45 lines (44 loc) • 883 B
JSON
{
"name": "spa-entra-id",
"version": "1.1.4",
"description": "Single Page Application with Azure Entra ID authentication using MSAL",
"author": "",
"license": "MIT",
"type": "module",
"bin": {
"spa-entra-id": "./cli.js"
},
"files": [
"dist",
"cli.js",
"README.md",
"index.html",
"auth.html",
"vite.config.ts"
],
"scripts": {
"dev": "vite --port 5001",
"build": "vite build",
"preview": "vite preview --port 5001",
"start": "node cli.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"azure",
"entra-id",
"msal",
"typescript",
"vite",
"spa",
"authentication"
],
"dependencies": {
"@azure/msal-browser": "^4.13.2",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"@vitejs/plugin-basic-ssl": "^2.0.0"
},
"devDependencies": {
"@types/node": "^24.0.3"
}
}