{
	"name": "@better-auth-kit/tests",
	"description": "A collection of utilities to help you test your Better-Auth plugins.",
	"version": "0.2.0",
	"license": "MIT",
	"author": "ping-maxwell",
	"type": "module",
	"exports": {
		".": {
			"default": "./dist/index.js",
			"types": "./src/index.ts"
		}
	},
	"dependencies": {
		"better-auth": "^1.2.4",
		"react": "^19.0.0",
		"vitest": "^3.0.8"
	},
	"devDependencies": {
		"@better-auth-kit/internal-build": "0.0.1"
	},
	"scripts": {
		"dev": "bun build-dev.ts",
		"build": "bun build.ts"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"better-auth",
		"better-auth-kit",
		"tests",
		"plugin",
		"test",
		"helper",
		"utility"
	]
}
