UNPKG

@nuxtjs/hanko

Version:
71 lines 1.74 kB
{ "name": "@nuxtjs/hanko", "version": "1.0.1", "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": "^4.0.0", "@teamhanko/hanko-elements": "1.5.2", "defu": "^6.1.4", "jose": "^6.0.0", "ufo": "^1.5.4" }, "devDependencies": { "@nuxt/eslint-config": "1.15.2", "@nuxt/module-builder": "1.0.2", "@nuxt/schema": "4.4.7", "@nuxt/test-utils": "4.0.3", "@types/node": "24.13.1", "@vitest/coverage-v8": "4.1.8", "bumpp": "11.1.0", "eslint": "10.4.1", "h3": "1.15.11", "nuxt": "4.4.7", "playwright": "1.60.0", "vitest": "4.1.8" }, "scripts": { "build": "nuxt-module-build prepare && nuxt-module-build build", "dev": "nuxt dev playground", "dev:build": "nuxt build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt 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" } }