UNPKG

vue-oidc-client-deep-linking

Version:

Wrapper around oidc-client-js to better work in a Vue application with Vue Router integration.

46 lines (45 loc) 1.28 kB
{ "name": "vue-oidc-client-deep-linking", "version": "0.1.2", "description": "Wrapper around oidc-client-js to better work in a Vue application with Vue Router integration.", "author": "Eugene Wang", "license": "MIT", "scripts": { "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider npm run build:all", "build:all": "npm run build:vue2 && npm run build:vue3", "build:vue2": "cd vue2 && npm ci --quiet && npm run build", "build:vue3": "cd vue3 && npm ci --quiet && npm run build", "prepare": "npm run build" }, "dependencies": { "oidc-client": "^1.11.5" }, "files": [ "vue2/package.json", "vue2/dist/vue-oidc*", "vue2/src/vue-oidc*", "vue3/package.json", "vue3/dist/vue-oidc*", "vue3/src/vue-oidc*", "polyfill.js" ], "keywords": [ "vue", "openid-connect", "oidc", "oidc-client" ], "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/soukoku/vue-oidc-client.git" }, "bugs": { "url": "https://github.com/soukoku/vue-oidc-client/issues" }, "homepage": "https://github.com/soukoku/vue-oidc-client", "devDependencies": { "cross-env": "^7.0.3" }, "main": "polyfill.js" }