@entrustcorp/idaas-auth-js
Version:
IDaaS Authentication SDK for SPA applications
68 lines (67 loc) • 1.96 kB
JSON
{
"name": "@entrustcorp/idaas-auth-js",
"description": "IDaaS Authentication SDK for SPA applications",
"version": "0.1.40",
"author": "Entrust",
"homepage": "https://github.com/EntrustCorporation/idaas-auth-spa",
"license": "Apache-2.0",
"type": "module",
"files": ["dist", "LICENSE", "README.md"],
"repository": {
"type": "git",
"url": "git+https://github.com/EntrustCorporation/idaas-auth-spa.git"
},
"bugs": {
"url": "https://github.com/EntrustCorporation/idaas-auth-spa/issues"
},
"keywords": ["Entrust", "authentication", "authorization", "auth", "oidc", "spa", "pkce"],
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"engines": {
"bun": ">= 1",
"node": ">= 22"
},
"sideEffects": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "rslib build",
"api:download": "bun scripts/download.ts",
"api:generate": "openapi-ts",
"ci": "biome ci . && bun run build",
"ci:fix": "bun run format --write && bun run lint --write",
"format": "biome format .",
"lint": "biome check .",
"lint:types": "attw .",
"test:e2e": "bunx playwright test"
},
"dependencies": {
"jose": "6.0.11"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.3",
"@biomejs/biome": "1.9.4",
"@happy-dom/global-registrator": "17.4.7",
"@hey-api/client-fetch": "0.5.2",
"@hey-api/openapi-ts": "0.59.1",
"@microsoft/api-extractor": "7.49.1",
"@playwright/test": "1.49.1",
"@rsbuild/plugin-type-check": "1.2.1",
"@rslib/core": "0.3.2",
"@tsconfig/bun": "1.0.7",
"@types/bun": "1.2.0",
"@types/oidc-provider": "8.4.4",
"@types/web": "0.0.143",
"oidc-provider": "8.4.7",
"rsbuild-plugin-publint": "0.2.1",
"typescript": "5.7.3"
}
}