UNPKG

@josempgon/vue-keycloak

Version:

Keycloak plugin for Vue 3 with Composition API

83 lines (82 loc) 2.28 kB
{ "name": "@josempgon/vue-keycloak", "version": "3.3.9", "description": "Keycloak plugin for Vue 3 with Composition API", "author": { "name": "Gery Hirschfeld", "email": "gerhard.hirschfeld@baloise.ch", "url": "https://github.com/hirsch88" }, "contributors": [ "José Miguel Gonçalves <jose.goncalves@inov.pt>" ], "homepage": "https://github.com/JoseGoncalves/vue-keycloak", "repository": { "type": "git", "url": "git+ssh://git@github.com/JoseGoncalves/vue-keycloak.git" }, "scripts": { "test": "jest", "test:watch": "jest --watchAll", "build": "npm run build:clean && npm run build:compile && npm run build:bundle", "build:clean": "rimraf dist && rimraf dist-transpiled", "build:compile": "tsc -p .", "build:bundle": "rollup --config rollup.config.js", "clean": "npm run build:clean && rimraf node_modules", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "format": "prettier --write .", "format:check": "prettier --check .", "release:dry": "semantic-release --dry-run --no-ci" }, "type": "module", "main": "./dist/index.cjs", "types": "./dist/types/index.d.ts", "exports": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/types/index.d.ts" }, "files": [ "dist/" ], "keywords": [ "vue", "keycloak", "keycloak-js", "composition-api" ], "license": "Apache-2.0", "peerDependencies": { "keycloak-js": "18 - 26", "vue": "^3.4.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/jest": "^30.0.0", "conventional-changelog-conventionalcommits": "^9.3.1", "eslint": "^10.4.0", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "keycloak-js": "^26.2.4", "prettier": "^3.8.3", "rimraf": "^6.1.3", "rollup": "^4.60.4", "semantic-release": "^25.0.8", "ts-jest": "^29.4.9", "typescript": "~5.9.3", "typescript-eslint": "^8.59.4", "vue": "^3.5.34" }, "overrides": { "babel-plugin-istanbul": "^8.0.2" }, "engines": { "node": "^22.11.0 || >=24.11.0" }, "allowScripts": { "unrs-resolver@1.12.1": true } }