UNPKG

vormiaguardjs

Version:

Vormia Guard JS - A npm package for authentication and guard management with VormiaPHP laravel Backend application

72 lines 1.63 kB
{ "name": "vormiaguardjs", "version": "1.0.1", "description": "Vormia Guard JS - A npm package for authentication and guard management with VormiaPHP laravel Backend application", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "files": [ "dist" ], "keywords": [ "vormia", "vormiaguard", "auth", "guard", "laravel", "authentication", "api" ], "homepage": "https://github.com/vormiaphp/vormiaguardjs#readme", "repository": { "type": "git", "url": "git+https://github.com/vormiaphp/vormiaguardjs.git" }, "bugs": { "url": "https://github.com/vormiaphp/vormiaguardjs/issues" }, "author": "vormiateam", "license": "MIT", "type": "module", "dependencies": { "axios": "^1.10.0", "vormiaqueryjs": "^1.3.4" }, "peerDependencies": { "@builder.io/qwik": "^1.0.0", "@tanstack/react-query": "^5.0.0", "react": "^18.0.0 || ^19.0.0", "zustand": "^4.0.0 || ^5.0.0" }, "peerDependenciesMeta": { "@builder.io/qwik": { "optional": true }, "@tanstack/react-query": { "optional": true }, "react": { "optional": true }, "zustand": { "optional": true } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@builder.io/qwik": "^1.0.0", "@tanstack/react-query": "^5.81.5", "react": "^18.3.1", "react-dom": "^18.3.1", "zustand": "^5.0.6", "vite": "^5.0.0", "vitest": "^1.2.2" } }