{
	"name": "better-elysia-oauth2",
	"version": "1.0.0",
	"author": "AryaReal",
	"type": "module",
	"keywords": [
		"elysia",
		"bun",
		"oauth2",
		"oauth",
		"openid",
		"google",
		"github",
		"discord",
		"arctic",
		"auth",
		"jwt"
	],
	"description": "An Elysia plugin for OAuth 2.0 Authorization Flow with 60+ providers powered by Arctic",
	"license": "MIT",
	"module": "./dist/index.mjs",
	"types": "dist/index.d.mts",
	"exports": {
		".": {
			"types": "./dist/index.d.mts",
			"import": "./dist/index.mjs"
		}
	},
	"devDependencies": {
		"@biomejs/biome": "^2.5.3",
		"@types/bun": "^1.3.14",
		"tsdown": "^0.22.4",
		"typescript": "^7.0.2"
	},
	"peerDependencies": {
		"elysia": "latest",
		"arctic": "*"
	},
	"scripts": {
		"build": "tsdown",
		"test": "bun test",
		"lint": "biome check .",
		"lint:fix": "bun lint --write --unsafe",
		"prepublishOnly": "bun test && bun run build"
	},
	"files": [
		"dist"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aryareal1/better-elysia-oauth2.git"
	},
	"bugs": {
		"url": "https://github.com/aryareal1/better-elysia-oauth2/issues"
	}
}
