@builder.io/qwik-auth
Version:
Qwik Auth is powered by Auth.js, a battle tested library for authentication with 3rd party providers
52 lines (51 loc) • 1.22 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.2",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@auth/core": "0.30.0"
},
"devDependencies": {
"@auth/core": "0.30.0",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/set-cookie-parser": "^2.4.7",
"set-cookie-parser": "^2.6.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"
},
"scripts": {
"build": "vite build --mode lib"
},
"type": "module",
"types": "./lib/types/index.d.ts"
}