{
	"name": "@pietervdwerk/auth-astro",
	"version": "2.0.4",
	"main": "./index.ts",
	"types": "module.d.ts",
	"engines": {
		"node": ">=17.4"
	},
	"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.5.1",
		"astro": "^2.0.0"
	},
	"devDependencies": {
		"@auth/core": "^0.5.1",
		"@types/cookie": "^0.5.1",
		"@types/node": "^18.11.18",
		"@types/set-cookie-parser": "^2.4.2",
		"astro": "^2.0.6",
		"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"
	]
}
