UNPKG

auth-astro-cloudflare-d1

Version:

The easiest way to add authentication to your Astro project!

55 lines (54 loc) 1.16 kB
{ "name": "auth-astro-cloudflare-d1", "description": "The easiest way to add authentication to your Astro project!", "version": "4.2.4", "main": "./index.ts", "types": "module.d.ts", "engines": { "node": ">=17.4" }, "license": "MIT", "repository": "https://github.com/bearBoy80/auth-astro.git", "author": "nowaythatworked", "contributors": [ "Otterlord <otterlord.dev@gmail.com>", "tajkirkpatrick", "bearBoy80" ], "scripts": { "format": "prettier --config .prettierrc --ignore-path .prettierignore -w ." }, "peerDependencies": { "@auth/core": "^0.37.3", "astro": ">=4.0.0" }, "devDependencies": { "@auth/core": "^0.37.3", "@types/node": "^18.17.1", "@types/set-cookie-parser": "^2.4.2", "astro": "^5.0.0", "next-auth": "^4.24.10", "prettier": "^2.8.6", "prettier-plugin-astro": "^0.8.0", "typescript": "^5.6.2" }, "dependencies": { "set-cookie-parser": "^2.5.1" }, "keywords": [ "astro", "auth", "authentication", "integration", "@auth", "@auth/core", "authjs", "jwt", "oauth", "astro-auth", "astro-integration", "astro-component", "withastro" ], "packageManager": "pnpm@8.15.4" }