{
	"name": "remix-auth-form",
	"version": "3.0.0",
	"description": "A Remix Auth strategy to work with any form",
	"license": "MIT",
	"funding": [
		"https://github.com/sponsors/sergiodxa"
	],
	"author": {
		"name": "Sergio Xalambrí",
		"email": "hello+oss@sergiodxa.com",
		"url": "https://sergiodxa.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/sergiodxa/remix-auth-form"
	},
	"homepage": "https://sergiodxa.github.io/remix-auth-form",
	"bugs": {
		"url": "https://github.com/sergiodxa/remix-auth-form/issues"
	},
	"scripts": {
		"build": "tsc",
		"typecheck": "tsc --noEmit",
		"quality": "biome check .",
		"quality:fix": "biome check . --apply-unsafe",
		"exports": "bun run ./scripts/exports.ts"
	},
	"sideEffects": false,
	"type": "module",
	"engines": {
		"node": ">=20.0.0"
	},
	"files": [
		"build",
		"package.json",
		"README.md"
	],
	"exports": {
		".": "./build/index.js",
		"./package.json": "./package.json"
	},
	"peerDependencies": {
		"remix-auth": "^4.0.0"
	},
	"devDependencies": {
		"@arethetypeswrong/cli": "^0.17.0",
		"@biomejs/biome": "^1.9.4",
		"@types/bun": "^1.1.14",
		"consola": "^3.2.3",
		"remix-auth": "^4.0.0",
		"typedoc": "^0.26.11",
		"typedoc-plugin-mdn-links": "^4.0.1",
		"typescript": "^5.7.2"
	}
}
