UNPKG

@jman.dev/auth-astro

Version:

The easiest way to add authentication to your Astro project!

60 lines (59 loc) 1.29 kB
{ "name": "@jman.dev/auth-astro", "description": "The easiest way to add authentication to your Astro project!", "version": "4.1.11", "main": "./index.ts", "engines": { "node": ">=17.4" }, "exports": { ".": "./index.ts", "./auth-template": "./src/api/auth.ts", "./*": "./*.ts" }, "license": "MIT", "repository": "https://github.com/nowaythatworked/auth-astro.git", "author": "nowaythatworked <jan.czekala99@web.de>", "contributors": [ "Otterlord <otterlord.dev@gmail.com>", "tajkirkpatrick" ], "scripts": { "format": "prettier --config .prettierrc --ignore-path .prettierignore -w ." }, "peerDependencies": { "@auth/core": "^0.18.6", "astro": "^4.0.0" }, "devDependencies": { "@auth/core": "^0.18.6", "@types/cookie": "^0.5.1", "@types/node": "^18.11.18", "@types/set-cookie-parser": "^2.4.7", "astro": "^4.0.0", "next-auth": "^4.18.8", "prettier": "^2.8.6", "prettier-plugin-astro": "^0.8.0", "typescript": "^4.9.4" }, "dependencies": { "cookie": "^0.5.0", "next-auth": "^4.18.8", "set-cookie-parser": "^2.5.1" }, "keywords": [ "astro", "auth", "authentication", "integration", "@auth", "@auth/core", "authjs", "jwt", "oauth", "astro-auth", "astro-integration", "astro-component", "withastro" ] }