UNPKG

@entrustcorp/idaas-auth-js

Version:
105 lines (104 loc) 2.72 kB
{ "name": "@entrustcorp/idaas-auth-js", "description": "IDaaS Authentication SDK for SPA applications", "version": "2.2.0", "author": "Entrust", "homepage": "https://github.com/EntrustCorporation/idaas-auth-js", "license": "Apache-2.0", "type": "module", "files": [ "dist", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/EntrustCorporation/idaas-auth-js.git" }, "bugs": { "url": "https://github.com/EntrustCorporation/idaas-auth-js/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", "fix": "bun biome check --write . && prettier --write '**/*.{md,mdx}'", "type-check": "tsc", "docs:generate": "typedoc", "docs:watch": "typedoc --watch", "lint": "bun run lint:js && bun run lint:md", "lint:js": "biome ci .", "lint:md": "prettier --check '**/*.{md,mdx}'", "lint:types": "attw .", "lint:commits": "commitlint --from HEAD~10 --to HEAD --verbose", "lint:knip": "knip", "test:unit": "bun test", "test:e2e": "playwright test", "test:manual": "bun run test/test-manual/app.ts", "postinstall": "bun run api:generate" }, "overrides": { "fflate": "0.8.3" }, "dependencies": { "jose": "^6.1.0" }, "peerDependencies": { "onfido-sdk-ui": "^14.50.0" }, "peerDependenciesMeta": { "onfido-sdk-ui": { "optional": true } }, "devDependencies": { "@arethetypeswrong/cli": "0.18.3", "@biomejs/biome": "2.4.16", "@commitlint/cli": "21.0.2", "@commitlint/config-conventional": "21.0.2", "@happy-dom/global-registrator": "20.10.2", "@hey-api/openapi-ts": "0.98.2", "@microsoft/api-extractor": "7.58.8", "@playwright/test": "1.60.0", "@rslib/core": "0.22.1", "@tsconfig/bun": "1.0.10", "@types/bun": "1.3.14", "@types/oidc-provider": "9.5.0", "@types/web": "0.0.350", "dotenv": "17.4.2", "knip": "6.16.1", "oidc-provider": "9.8.4", "onfido-sdk-ui": "14.76.0", "prettier": "3.8.4", "rsbuild-plugin-publint": "1.0.0", "typedoc": "0.28.19", "typedoc-plugin-markdown": "4.12.0", "typescript": "6.0.3" } }