UNPKG

@nuxtjs/hanko

Version:
74 lines 1.76 kB
{ "name": "@nuxtjs/hanko", "version": "1.0.0", "description": "Hanko integration for Nuxt", "keywords": [ "authentication", "webauthn", "passkey", "hanko", "nuxt", "module", "nuxt-module" ], "repository": { "type": "git", "url": "git+https://github.com/nuxt-modules/hanko.git" }, "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/types.d.mts", "import": "./dist/module.mjs" } }, "main": "./dist/module.mjs", "typesVersions": { "*": { "dist/types.d.mts": [ "./dist/types.d.mts" ] } }, "files": [ "dist" ], "dependencies": { "@nuxt/kit": "^3.15.4", "@teamhanko/hanko-elements": "1.4.0", "defu": "^6.1.4", "jose": "^5.10.0", "ufo": "^1.5.4" }, "devDependencies": { "@nuxt/eslint-config": "1.1.0", "@nuxt/module-builder": "1.0.0-alpha.1", "@nuxt/schema": "3.15.4", "@nuxt/test-utils": "3.17.0", "@types/node": "22.13.4", "@vitest/coverage-v8": "3.0.6", "bumpp": "10.0.3", "eslint": "9.20.1", "h3": "1.15.0", "nuxt": "3.15.4", "playwright": "1.50.1", "vitest": "3.0.6" }, "resolutions": { "@nuxt/kit": "3.15.4", "@nuxtjs/hanko": "link:." }, "scripts": { "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "release": "pnpm lint && pnpm test && bumpp && pnpm publish", "lint": "pnpm lint:all:eslint", "lint:all:eslint": "pnpm lint:eslint .", "lint:eslint": "eslint --fix", "test": "vitest run --coverage", "test:types": "tsc --noEmit", "test:watch": "vitest watch" } }