UNPKG

@lucasroll62/nuxt3-auth

Version:

An alternative module to @nuxtjs/auth

69 lines (68 loc) 1.82 kB
{ "name": "@lucasroll62/nuxt3-auth", "version": "1.0.1", "description": "An alternative module to @nuxtjs/auth", "homepage": "https://github.com/lucasroll62/nuxt3-auth", "author": "Lucas Vivono", "keywords": [ "nuxt", "nuxtjs", "nuxt-module", "nuxt-plugin", "nuxt-module-alternatives", "@nuxtjs/auth" ], "license": "MIT", "type": "module", "sideEffects": false, "exports": { ".": { "import": "./dist/module.mjs", "require": "./dist/module.cjs" } }, "main": "./dist/module.cjs", "module": "./dist/module.mjs", "types": "./dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "unbuild --stub && nuxi prepare playground", "prepack": "unbuild" }, "dependencies": { "@nuxt-alt/http": "latest", "@nuxt/kit": "^3.2.3", "@pinia/nuxt": "latest", "body-parser": "latest", "cookie-es": "latest", "defu": "latest", "jwt-decode": "latest", "ohash": "latest", "pathe": "latest", "requrl": "latest" }, "devDependencies": { "@nuxt/schema": "^3.2.3", "@types/node": "^18.14.6", "fdir": "latest", "nuxi": "^3.3.2", "nuxt": "^3.2.3", "unbuild": "latest" }, "repository": { "type": "git", "url": "git+https://github.com/lucasroll62/nuxt3-auth/auth.git", "directory": "@nuxt-alt/auth" }, "bugs": { "url": "https://github.com/lucasroll62/nuxt3-auth/issues" }, "publishConfig": { "access": "public" }, "packageManager": "yarn@3.3.1" }