UNPKG

@convocomet/auth-astro

Version:

This is a fork of [Auth Astro](https://github.com/nowaythatworked/auth-astro), including many fixes and new features, which was created due to a lack of maintenance in the upstream version.

84 lines (83 loc) 1.63 kB
{ "name": "@convocomet/auth-astro", "version": "1.1.0", "main": "./index.ts", "types": "./index.ts", "engines": { "node": ">=17.4" }, "license": "MIT", "repository": "https://github.com/nowaythatworked/auth-astro.git", "author": "AsyncBanana <jej.jackson.08@gmail.com>", "contributors": [ "nowaythatworked <jan.czekala99@web.de>", "Otterlord <otterlord.dev@gmail.com>", "tajkirkpatrick" ], "scripts": { "format": "prettier --config .prettierrc --ignore-path .prettierignore -w ." }, "peerDependencies": { "@auth/core": "^0.14.0", "astro": "^3.0.13" }, "devDependencies": { "@auth/core": "^0.14.0", "@types/cookie": "^0.5.2", "@types/node": "^20.6.0", "@types/set-cookie-parser": "^2.4.3", "astro": "^3.0.13", "next-auth": "^4.23.1", "prettier": "^3.0.3", "prettier-plugin-astro": "^0.12.0", "typescript": "^5.2.2", "vite": "^4.4.9" }, "dependencies": { "next-auth": "^4.23.1" }, "exports": { ".": { "default": "./index.ts", "types": "./index.ts" }, "./components": { "default": "./components.ts", "types": "./components.ts" }, "./client": { "default": "./client.ts", "types": "./client.ts" }, "./server": { "default": "./server.ts", "types": "./server.ts" } }, "keywords": [ "astro", "auth", "authentication", "integration", "@auth", "@auth/core", "authjs", "jwt", "oauth", "astro-auth", "astro-integration" ], "files": [ "src", "server.ts", "client.ts", "component.ts", "index.ts", "module.d.ts", "tsconfig.json" ], "publishConfig": { "access": "public" }, "packageManager": "pnpm@8.7.5" }