@lowdefy/plugin-next-auth
Version:
56 lines • 1.21 kB
JSON
{
"name": "@lowdefy/plugin-next-auth",
"version": "4.4.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"keywords": [
"lowdefy",
"lowdefy plugin"
],
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"type": "module",
"exports": {
".": "./dist/index.js",
"./auth/providers": "./dist/auth/providers.js",
"./types": "./dist/types.js"
},
"files": [
"dist/*"
],
"dependencies": {
"next": "13.5.4",
"next-auth": "4.24.5"
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "1.3.99",
"@swc/jest": "0.2.29",
"jest": "28.1.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "swc src --out-dir dist --config-file ../../../../.swcrc --delete-dir-on-start --copy-files",
"clean": "rm -rf dist"
}
}