@builder.io/qwik-auth
Version:
Qwik Auth is powered by Auth.js, a battle tested library for authentication with 3rd party providers
51 lines • 1.21 kB
JSON
{
"name": "@builder.io/qwik-auth",
"description": "Qwik Auth is powered by Auth.js, a battle tested library for authentication with 3rd party providers",
"version": "0.2.3",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@auth/core": "^0.30.0"
},
"devDependencies": {
"@auth/core": "0.30.0",
"@types/set-cookie-parser": "2.4.10",
"set-cookie-parser": "2.6.0",
"@builder.io/qwik": "^1.15.0",
"@builder.io/qwik-city": "^1.15.0"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
},
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"import": "./lib/index.qwik.mjs",
"require": "./lib/index.qwik.cjs"
}
},
"files": [
"lib"
],
"homepage": "https://qwik.dev/",
"keywords": [
"auth.js",
"authentication",
"login",
"plugin",
"qwik",
"ssr"
],
"license": "MIT",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
"repository": {
"type": "git",
"url": "https://github.com/QwikDev/qwik.git",
"directory": "packages/qwik-auth"
},
"type": "module",
"types": "./lib/types/index.d.ts",
"scripts": {
"build": "vite build --mode lib"
}
}